Paraslash Audio Streaming | |
About News Download Documentation Development |
The lopsub user data structure for server commands. More...
#include <command.h>
Data Fields | |
server_cmd_handler_t | handler |
Pointer to the command handler. More... | |
The lopsub user data structure for server commands.
One such structure exists for each server command. Lopsub maintains references to the user data structures and provides lls_user_data() for applications to fetch the user data pointer of a given command. This mechanism is used by the dispatcher of command.c to run the command handler.
server_cmd_handler_t handler |
Pointer to the command handler.