Data Fields | |
MicrofeedMain * | main |
MicrofeedWatch * | next |
MicrofeedWatch * | previous |
int | fd |
MicrofeedWatchType | type |
struct pollfd * | pollfd |
MicrofeedWatchCallback | callback |
void * | user_data |
Definition at line 22 of file microfeedmain.c.
Definition at line 23 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), microfeed_main_free(), and microfeed_main_remove_watch().
Definition at line 24 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), microfeed_main_free(), microfeed_main_loop(), and microfeed_main_remove_watch().
Definition at line 25 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_remove_watch().
int fd |
Definition at line 26 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
Definition at line 27 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
Definition at line 28 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
Definition at line 29 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().
void* user_data |
Definition at line 30 of file microfeedmain.c.
Referenced by microfeed_main_add_watch(), and microfeed_main_loop().