|
|
Paraslash Audio Streaming |
| About News Download Documentation Development |
Data Fields | |
| int(* | open )(const char *base_dir) |
| void(* | close )(void) |
| int(* | create )(const char *) |
| int(* | event_handler )(enum afs_events event, void *data) |
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, void *data) |
Handle events generated by other tables.
See enum afs_events.