Librasta & Libsci
A C implementation of the RaSTA protocol stack
|
#include <events.h>
Data Fields | |
event_ptr | callback |
void * | carry_data |
struct fd_event * | prev |
struct fd_event * | next |
int | fd |
int | options |
char | enabled |
contains a function pointer to a callback function and a file descriptor
event_ptr fd_event::callback |
void* fd_event::carry_data |
char fd_event::enabled |
int fd_event::fd |
struct fd_event* fd_event::next |
int fd_event::options |
struct fd_event* fd_event::prev |