summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index fbe71d00a..b5a737c88 100644
--- a/include/users.h
+++ b/include/users.h
@@ -155,6 +155,10 @@ class userrec : public connection
*/
char oper[NICKMAX];
+ /** True when DNS lookups are completed.
+ */
+ bool dns_done;
+
userrec();
virtual ~userrec() { }