Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
notifier Struct Reference

#include <notify.h>

Data Fields

notify_callback_t callback
 
void * context
 
uint32_t priority
 
uint32_t flags
 
struct notifiernext
 

Detailed Description

Definition at line 29 of file notify.h.

Field Documentation

◆ callback

notify_callback_t notifier::callback

Definition at line 30 of file notify.h.

Referenced by notify_call(), and notify_register().

◆ context

void* notifier::context

Definition at line 31 of file notify.h.

Referenced by notify_call(), and notify_register().

◆ flags

uint32_t notifier::flags

Definition at line 33 of file notify.h.

Referenced by notify_register().

◆ next

struct notifier* notifier::next

Definition at line 34 of file notify.h.

Referenced by notify_call().

◆ priority

uint32_t notifier::priority

Definition at line 32 of file notify.h.

Referenced by notify_register().


The documentation for this struct was generated from the following file: