Crossfire Server, Branches 1.12  R18729
_MetaServer2 Struct Reference
+ Collaboration diagram for _MetaServer2:

Data Fields

char * hostname
 
struct _MetaServer2next
 

Detailed Description

Start of metaserver2 logic Note: All static structures in this file should be treated as strictly private. The metaserver2 update logic runs in its own thread, so if something needs to modify these structures, proper locking is needed. This is a linked list of all the metaservers - never really know how many we have.

Definition at line 196 of file metaserver.c.

Field Documentation

char* _MetaServer2::hostname

Definition at line 197 of file metaserver.c.

Referenced by free_metaserver2(), metaserver2_init(), and metaserver2_updates().

struct _MetaServer2* _MetaServer2::next

Definition at line 198 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().


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