Data Fields | |
MicrofeedMain * | main |
MicrofeedWatch * | next |
MicrofeedWatch * | previous |
int | fd |
MicrofeedWatchType | type |
struct pollfd * | pollfd |
MicrofeedWatchCallback | callback |
void * | user_data |
Definition at line 40 of file microfeedmain.c.
Definition at line 41 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), microfeed_main_free(), and microfeed_main_remove_watch().
Definition at line 42 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), microfeed_main_free(), microfeed_main_loop(), and microfeed_main_remove_watch().
Definition at line 43 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_remove_watch().
int fd |
Definition at line 44 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
Definition at line 45 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
Definition at line 46 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
Definition at line 47 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
void* user_data |
Definition at line 48 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().