diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-04-20 17:40:12 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-04-20 17:40:12 +0200 |
commit | 8f5efbc7aa33b792e02d01e3288f553e6e98ccaa (patch) | |
tree | 54a67ebd11fac07d630fa03acad7797b2f781e80 /include/usermanager.h | |
parent | dda1d696c1316b09d65763b4f12bc2b63cfbbe72 (diff) | |
parent | 1548078e5dc304814669cd1ea052f92be9d1ac40 (diff) |
Merge insp20
Diffstat (limited to 'include/usermanager.h')
-rw-r--r-- | include/usermanager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usermanager.h b/include/usermanager.h index 3671e8907..a67f90224 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -130,6 +130,10 @@ class CoreExport UserManager : public fakederef<UserManager> */ void RemoveCloneCounts(User *user); + /** Rebuild clone counts + */ + void RehashCloneCounts(); + /** Return the number of local and global clones of this user * @param user The user to get the clone counts for * @return The clone counts of this user. The returned reference is volatile - you |