X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/c48eb01dbed808464cc3f702cc910f3962351825..7bab07d4d30245bf5ba272b236dc7b1c1e309c4d:/include/client.h diff --git a/include/client.h b/include/client.h index f6a1371..6f3d62a 100644 --- a/include/client.h +++ b/include/client.h @@ -254,6 +254,10 @@ struct LocalUser /* time challenge response is valid for */ time_t chal_time; + rb_fde_t *ctrlF; /* For servers: + control fd used for sending commands + to servlink */ + struct SlinkRpl slinkrpl; /* slink reply being parsed */ unsigned char *slinkq; /* sendq for control data */ int slinkq_ofs; /* ofset into slinkq */