myMPD
Internal API documentation
Loading...
Searching...
No Matches
t_list_node Struct Reference

#include <list.h>

Collaboration diagram for t_list_node:

Data Fields

sds key
 key string
sds value_p
 string value
int64_t value_i
 int64 value
void * user_data
 custom data pointer
struct t_list_nodenext
 pointer to next node
struct t_list_nodeprev
 pointer to previous node

Detailed Description

List node struct holding list key/value and additional data


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