paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
server_cmd_user_data Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ handler

Pointer to the command handler.


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