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.28 by pcg, Wed Mar 23 17:03:58 2005 UTC vs.
Revision 1.29 by pcg, Sat Mar 26 03:16:24 2005 UTC

59 int id; // the id of this node, a 12-bit-number 59 int id; // the id of this node, a 12-bit-number
60 60
61 RSA *rsa_key; // his public key 61 RSA *rsa_key; // his public key
62 char *nodename; // nodename, an internal nickname. 62 char *nodename; // nodename, an internal nickname.
63 char *hostname; // hostname, if known, or NULL. 63 char *hostname; // hostname, if known, or NULL.
64 char *if_up_data;
64#if ENABLE_DNS 65#if ENABLE_DNS
65 char *domain; // dns tunnel domain 66 char *domain; // dns tunnel domain
66#endif 67#endif
67 char *dns_hostname; 68 char *dns_hostname;
68 u16 dns_port; 69 u16 dns_port;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines