added some code
[NextIRCd.git] / src / struct_auth.h
index 335917e39005d77268c14a8bd0b8e1424d288a9f..0f21f5f2cf1ad99ecc25b71ab1fc7a922d381ba7 100644 (file)
@@ -44,6 +44,7 @@ struct Auth {
        unsigned int have_pass : 1;
     
        unsigned int have_dnsresolv : 1;
+       unsigned int sent_ping : 1;
        unsigned int have_pong : 1;
        
        struct Auth *prev, *next;