X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=7665bb374166bc501c19c6057cb7afd68e0dca63;hb=89e73ad4b4e66921fc20c5afbe17042aee77a329;hp=96d1f33b144cc7151e7892ed12f13fefe33a82fc;hpb=ae55d4f500703114cf10d07be786f1108d66b27d;p=ngircd-alex.git diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index 96d1f33b..7665bb37 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -48,7 +48,7 @@ typedef long CONN_ID; #ifdef CONN_MODULE #include "defines.h" -#include "resolve.h" +#include "proc.h" #include "array.h" #include "tool.h" #include "ng_ipaddr.h" @@ -69,7 +69,7 @@ typedef struct _Connection { int sock; /* Socket handle */ ng_ipaddr_t addr; /* Client address */ - RES_STAT res_stat; /* Status of resolver process */ + PROC_STAT proc_stat; /* Status of resolver process */ char host[HOST_LEN]; /* Hostname */ array rbuf; /* Read buffer */ array wbuf; /* Write buffer */