Explanatory comment for LFLAGS_FAKE
This commit is contained in:
parent
5409fbc0f7
commit
05e3afc87e
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ struct ListClient
|
||||||
#define LFLAGS_CORK 0x00000004
|
#define LFLAGS_CORK 0x00000004
|
||||||
#define LFLAGS_SCTP 0x00000008
|
#define LFLAGS_SCTP 0x00000008
|
||||||
#define LFLAGS_SECURE 0x00000010 /* for marking SSL clients as secure before registration */
|
#define LFLAGS_SECURE 0x00000010 /* for marking SSL clients as secure before registration */
|
||||||
|
/* LFLAGS_FAKE: client may not have the usually expected machinery plugged in; don't assert on it. For tests only. */
|
||||||
#define LFLAGS_FAKE 0x00000020
|
#define LFLAGS_FAKE 0x00000020
|
||||||
|
|
||||||
/* umodes, settable flags */
|
/* umodes, settable flags */
|
||||||
|
|
Loading…
Reference in a new issue