|
myMPD
Internal API documentation
|
#include <api.h>
Data Fields | |
| enum work_request_types | type |
| request type | |
| unsigned long | conn_id |
| mongoose connection id | |
| unsigned | id |
| the jsonrpc id | |
| enum mympd_cmd_ids | cmd_id |
| the jsonrpc method as enum | |
| sds | data |
| full jsonrpc request | |
| sds | partition |
| mpd partition | |
| void * | extra |
| extra data for the request | |
| void(* | extra_free )(void *) |
| Function pointer to free extra data. | |
Struct for work request in the queue