X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=9e15226674994e8dbe56a84f1d6a3e30be96b24e;hb=82d32ffb28262b302fb435739e4c81bd3c1a1b85;hp=371f94db64233155d2169f16093d93e5df470195;hpb=024588dbe72e25b49439602670be7d8164183a74;p=ngircd.git diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 371f94db..9e152266 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conf.h,v 1.45 2007/11/21 12:16:36 alex Exp $ + * $Id: conf.h,v 1.46 2007/11/23 16:26:04 fw Exp $ * * Configuration management (header) */ @@ -43,6 +43,7 @@ typedef struct _Conf_Server RES_STAT res_stat; /* Status of the resolver */ int flags; /* Flags */ CONN_ID conn_id; /* ID of server connection or NONE */ + struct in_addr bind_addr; /* source address to use for outgoing connections */ } CONF_SERVER; typedef struct _Conf_Channel