X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=8e397fafcf437b9531b8e2d70294a018bf39ae16;hp=5764d0f3556249441387bff87e452918b1049e2a;hb=54e67ea9ee6c2b00c43f759edc55b57b969c9e2d;hpb=cc336b75580d012c1caee58a252d1ad14b2cee23 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 5764d0f3..8e397faf 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -22,7 +22,7 @@ #include "portab.h" #include "tool.h" #include "ng_ipaddr.h" -#include "resolve.h" +#include "proc.h" #include "conf-ssl.h" @@ -41,7 +41,7 @@ typedef struct _Conf_Server UINT16 port; /* Server port */ int group; /* Group of server */ time_t lasttry; /* Last connect attempt */ - RES_STAT res_stat; /* Status of the resolver */ + PROC_STAT res_stat; /* Status of the resolver */ int flags; /* Flags */ CONN_ID conn_id; /* ID of server connection or NONE */ ng_ipaddr_t bind_addr; /* source address to use for outgoing