X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fstruct_auth.h;fp=src%2Fstruct_auth.h;h=0f21f5f2cf1ad99ecc25b71ab1fc7a922d381ba7;hp=335917e39005d77268c14a8bd0b8e1424d288a9f;hb=4e79b9632a41b2c7d2fecb4e4514692f9cf7e7f9;hpb=ffef7816a745964e42bbf7409975b127bb454152 diff --git a/src/struct_auth.h b/src/struct_auth.h index 335917e..0f21f5f 100644 --- a/src/struct_auth.h +++ b/src/struct_auth.h @@ -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;