Paraslash Audio Streaming | |
About News Download Documentation Development |
Methods for table startup/shutdown and event handling. More...
#include <afs.h>
Data Fields | |
int(* | open )(const char *base_dir) |
Gets called on startup and on SIGHUP. More... | |
void(* | close )(void) |
Gets called on shutdown and on SIGHUP. More... | |
int(* | create )(const char *) |
Called from the init command. More... | |
int(* | event_handler )(enum afs_events event, struct para_buffer *pb, void *data) |
Handle events generated by other tables. More... | |
Methods for table startup/shutdown and event handling.
int(* open) (const char *base_dir) |
Gets called on startup and on SIGHUP.
void(* close) (void) |
Gets called on shutdown and on SIGHUP.
int(* create) (const char *) |
Called from the init command.
int(* event_handler) (enum afs_events event, struct para_buffer *pb, void *data) |
Handle events generated by other tables.
See enum afs_events.