paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
afs_table_operations Struct Reference

Data Fields

int(* open )(const char *base_dir)
 
void(* close )(void)
 
int(* create )(const char *)
 
int(* event_handler )(enum afs_events event, struct para_buffer *pb, void *data)
 

Field Documentation

◆ open

int(* open) (const char *base_dir)

Gets called on startup and on SIGHUP.

◆ close

void(* close) (void)

Gets called on shutdown and on SIGHUP.

◆ create

int(* create) (const char *)

Called from the init command.

◆ event_handler

int(* event_handler) (enum afs_events event, struct para_buffer *pb, void *data)

Handle events generated by other tables.

See enum afs_events.


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