ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/conf.h
(Generate patch)

Comparing gvpe/src/conf.h (file contents):
Revision 1.2 by pcg, Thu Mar 6 18:43:07 2003 UTC vs.
Revision 1.3 by pcg, Sat Mar 8 10:48:41 2003 UTC

45 char *nodename; // nodename, an internal nickname. 45 char *nodename; // nodename, an internal nickname.
46 46
47 char *hostname; // hostname, if known, or NULL. 47 char *hostname; // hostname, if known, or NULL.
48 u16 port; // the port to bind to 48 u16 port; // the port to bind to
49 49
50 enum { C_ONDEMAND, C_NEVER, C_ALWAYS } connectmode; 50 enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS } connectmode;
51 bool compress; 51 bool compress;
52 52
53 u32 routerprio; 53 u32 routerprio;
54 54
55 void print (); 55 void print ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines