summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-04-21 05:41:09 +0100
committerPeter Powell <petpow@saberuk.com>2013-04-27 05:59:54 +0100
commitf2566ff550bc3516eb35fab76217384866de8bcb (patch)
tree06b001530ef64b7a78d271197cf838a2760edfef /include
parent79e462c530a4617d688ca3c648ece2d8ebb7396a (diff)
Move <performance:nouserdns> to <connect:nouserdns>.
Diffstat (limited to 'include')
-rw-r--r--include/users.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index 9b7d28d31..0f57074b2 100644
--- a/include/users.h
+++ b/include/users.h
@@ -144,6 +144,10 @@ struct CoreExport ConnectClass : public refcountbase
*/
unsigned long limit;
+ /** If set to true, no user DNS lookups are to be performed
+ */
+ bool nouserdns;
+
/** Create a new connect class with no settings.
*/
ConnectClass(ConfigTag* tag, char type, const std::string& mask);