]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_serv.h
Check the return value on rb_pipe.
[irc/rqf/shadowircd.git] / include / s_serv.h
index 1d4296cb96c658fc9b519c2f55de2713ce05d92b..c52c78debcb602d14d897bc722bcc1571ebd8f90 100644 (file)
@@ -51,6 +51,7 @@ struct Capability
 {
        const char *name;       /* name of capability */
        unsigned int cap;       /* mask value */
+       unsigned int required;  /* 1 if required, 0 if not */
 };
 
 #define CAP_CAP         0x00001        /* received a CAP to begin with */