include/appConfig.h File Reference

Go to the source code of this file.

Data Structures

struct  tAppConfig

Defines

#define MAXPENDING   10
#define MAXCLIENTS   1000
#define READBUFSIZE   2048
#define DEFAULTPORT   8801
#define DEFAULTPATH   "logfiles"
#define LOGNAMEPATTERN   "log-%Y-%m-%d_%Hh"
#define MAX(x, y)   ((x) > (y) ? (x) : (y))
#define MIN(x, y)   ((x) < (y) ? (x) : (y))

Functions

int handleCmdLine (tAppConfig *config, int argc, char *argv[])


Define Documentation

#define DEFAULTPATH   "logfiles"

Definition at line 8 of file appConfig.h.

#define DEFAULTPORT   8801

Definition at line 7 of file appConfig.h.

#define LOGNAMEPATTERN   "log-%Y-%m-%d_%Hh"

Definition at line 9 of file appConfig.h.

#define MAX ( x,
 )     ((x) > (y) ? (x) : (y))

Definition at line 12 of file appConfig.h.

#define MAXCLIENTS   1000

Definition at line 5 of file appConfig.h.

#define MAXPENDING   10

Definition at line 4 of file appConfig.h.

#define MIN ( x,
 )     ((x) < (y) ? (x) : (y))

Definition at line 15 of file appConfig.h.

#define READBUFSIZE   2048

Definition at line 6 of file appConfig.h.


Function Documentation

int handleCmdLine ( tAppConfig config,
int  argc,
char *  argv[] 
)

Definition at line 10 of file handleCmdLine.c.


Generated on Sun Oct 10 01:24:35 2010 for xmlrpc by  doxygen 1.5.8