Data Structures | Defines | Typedefs | Variables

include/metaserver.h File Reference

Go to the source code of this file.

Data Structures

struct  metaserver_struct

Defines

#define METASERVER_TIMEOUT   3

Typedefs

typedef struct metaserver_struct metaserver_struct

Variables

int metaserver_connecting

Detailed Description

Metaserver header file.

Definition in file metaserver.h.


Define Documentation

#define METASERVER_TIMEOUT   3

The time in seconds for timeout upon connecting

Definition at line 31 of file metaserver.h.


Typedef Documentation

Structure for metaserver data returned by metaserver.


Variable Documentation

Are we connecting to the metaserver?

Definition at line 38 of file metaserver.c.