presence: Declare MetadataEntry struct.
This commit is contained in:
parent
dd7eb3ffaa
commit
d153f8fef1
|
@ -120,6 +120,12 @@ struct ZipStats
|
|||
double out_ratio;
|
||||
};
|
||||
|
||||
struct MetadataEntry
|
||||
{
|
||||
char key[NICKLEN+1];
|
||||
char value[TOPICLEN];
|
||||
};
|
||||
|
||||
struct Client
|
||||
{
|
||||
rb_dlink_node node;
|
||||
|
|
Loading…
Reference in New Issue