summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-03-13 17:45:07 -0400
committerAdam <Adam@anope.org>2012-03-13 17:45:07 -0400
commita26f4b9a9a4e96ba88214e50dd49783aa1695559 (patch)
treeb713988011e52b42cee6dab33052d39f642acccb /include
parent053d6a22470062e8eee08c5522788f432d8146ab (diff)
Bug #1389 - readd RNG seed in the config and start DNS query ids off on a random number
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index ef452e8e0..ac8c10fbd 100644
--- a/include/config.h
+++ b/include/config.h
@@ -661,6 +661,9 @@ class CoreExport ServerConfig
/* List of modules to autoload */
std::list<Anope::string> ModulesAutoLoad;
+ /* Seed to use for RNG */
+ unsigned long Seed;
+
/* Numeric */
Anope::string Numeric;
/* Array of ulined servers */