presence: Declare MetadataEntry struct.
This commit is contained in:
parent
0d3b24f9cf
commit
f01154c478
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@ struct ZipStats
|
||||||
double out_ratio;
|
double out_ratio;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct MetadataEntry
|
||||||
|
{
|
||||||
|
char key[NICKLEN+1];
|
||||||
|
char value[TOPICLEN];
|
||||||
|
};
|
||||||
|
|
||||||
struct Client
|
struct Client
|
||||||
{
|
{
|
||||||
rb_dlink_node node;
|
rb_dlink_node node;
|
||||||
|
|
Loading…
Reference in a new issue