]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
New "module" proc.c/proc.h for generic process handling
[ngircd-alex.git] / src / ngircd / conn.h
index 96d1f33b144cc7151e7892ed12f13fefe33a82fc..2ca0d6289b992b88b76d38fd5ccba5f9d6541c85 100644 (file)
@@ -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 res_stat;             /* Status of resolver process */
        char host[HOST_LEN];            /* Hostname */
        array rbuf;                     /* Read buffer */
        array wbuf;                     /* Write buffer */