diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-04-15 11:41:24 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-04-15 11:41:24 +0000 |
commit | a67597944d9a667c10c2e845199bc14ed2b662fe (patch) | |
tree | 4659671511f3787758085256233a35fb178be957 /include | |
parent | 82750c14c81b5a63373107267cda4fa6de1c2ff9 (diff) |
- Readded FLAGS_BLOCKED
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3310 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/client.h b/include/client.h index 8646520..beed244 100644 --- a/include/client.h +++ b/include/client.h @@ -123,7 +123,7 @@ struct MaskItem; #define FLAGS_FLOODDONE 0x00008000 /**< Flood grace period has been ended. */ #define FLAGS_EOB 0x00010000 /**< server has sent us an EOB */ #define FLAGS_HIDDEN 0x00020000 /**< a hidden server. not shown in /links */ -#define FLAGS_UNUSED___ 0x00040000 /**< */ +#define FLAGS_BLOCKED 0x00040000 /**< must wait for COMM_SELECT_WRITE */ #define FLAGS_USERHOST 0x00080000 /**< client is in userhost hash */ #define FLAGS_BURSTED 0x00100000 /**< user was already bursted */ #define FLAGS_EXEMPTRESV 0x00200000 /**< client is exempt from RESV */ |