Librasta & Libsci
A C implementation of the RaSTA protocol stack
Data Fields
fd_event Struct Reference

#include <events.h>

Collaboration diagram for fd_event:
Collaboration graph
[legend]

Data Fields

event_ptr callback
 
void * carry_data
 
struct fd_eventprev
 
struct fd_eventnext
 
int fd
 
int options
 
char enabled
 

Detailed Description

contains a function pointer to a callback function and a file descriptor

Field Documentation

◆ callback

event_ptr fd_event::callback

◆ carry_data

void* fd_event::carry_data

◆ enabled

char fd_event::enabled

◆ fd

int fd_event::fd

◆ next

struct fd_event* fd_event::next

◆ options

int fd_event::options

◆ prev

struct fd_event* fd_event::prev

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