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

Data Fields

char * archbase
 
char * codebase
 
char * flags
 
char * hostname
 
char * html_comment
 
char * mapbase
 
int notification
 
int portnumber
 
char * text_comment
 

Detailed Description

LocalMeta2Info basically holds all the non metaserver2 information that we read from the metaserver2 file. Could just have individual variables, but doing it as a structure is cleaner I think, and might be more flexible if in the future, we want to pass this information to other functions (like plugin or something)

Definition at line 211 of file metaserver.c.

Field Documentation

char* _LocalMeta2Info::archbase

Definition at line 217 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().

char* _LocalMeta2Info::codebase

Definition at line 219 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().

char* _LocalMeta2Info::flags

Definition at line 220 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().

char* _LocalMeta2Info::hostname

Definition at line 213 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().

char* _LocalMeta2Info::html_comment

Definition at line 215 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().

char* _LocalMeta2Info::mapbase

Definition at line 218 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().

int _LocalMeta2Info::notification

Definition at line 212 of file metaserver.c.

Referenced by metaserver2_init().

int _LocalMeta2Info::portnumber

Definition at line 214 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().

char* _LocalMeta2Info::text_comment

Definition at line 216 of file metaserver.c.

Referenced by metaserver2_init(), and metaserver2_updates().


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