X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fstruct_auth.h;h=0f21f5f2cf1ad99ecc25b71ab1fc7a922d381ba7;hb=HEAD;hp=335917e39005d77268c14a8bd0b8e1424d288a9f;hpb=fc3df376babe61fd8b725fb8c48c189eaebeec50;p=NextIRCd.git 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;