diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-05 19:52:16 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-05 19:52:16 +0000 |
commit | 91a3d1324b70945b52acb607470336c562280ff4 (patch) | |
tree | c5aeb8b6011c9477e88fe0a8b1158437993f3c45 /include | |
parent | 477681996b164c8dacc930c3df378129a3bf929d (diff) |
Rehash method added which frees unused memory from the hash_map. Has a delete-safe iterator. see comments.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8542 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/bancache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bancache.h b/include/bancache.h index 19fc0d952..2ae740ece 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -62,6 +62,8 @@ class CoreExport BanCacheManager : public classbase this->ServerInstance = Instance; this->BanHash = new BanCacheHash(); } + + void RehashCache(); }; #endif |