summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-31 19:37:22 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-31 19:37:22 +0000
commitb2b7bfd5e94760b3d4ab1832edd4e5a26b8b8fd9 (patch)
treef849a4a04c45959dcb756cf24bbfb1d4a24833d4 /include/inspircd.h
parent46a4409b754ffa05dcebfe7381813a51ad479c1f (diff)
This may not compile, I'll test it on my desktop. Waiting 20 minutes for a build is unacceptable.
- Move UUID initialisation to InspIRCd::InitialiseUID() - Call it if we run out of existing UUIDs - Call it on startup Just a small cleanup. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8007 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 2e5531567..d5d0c9ae4 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -273,6 +273,10 @@ class CoreExport InspIRCd : public classbase
*/
void DoSocketTimeouts(time_t TIME);
+ /** Sets up UID subsystem
+ */
+ void InitialiseUID();
+
/** Perform background user events such as PING checks
* @param TIME the current time
*/