src/server/daemon/auth.h

changeset 400
d814b29e8d96
parent 254
4784c14aa639
child 415
d938228c382e
--- a/src/server/daemon/auth.h	Sun Oct 23 11:41:05 2022 +0200
+++ b/src/server/daemon/auth.h	Tue Nov 01 15:27:48 2022 +0100
@@ -52,7 +52,7 @@
 struct user_cache_elm {
     CachedUser       *user;
     UserCacheElm     *next_user; // next elm in the cached user list
-    UcxKey           key;        // key to access this element
+    struct UcxMapKey key;        // key to access this element
     size_t           slot;       // slot in the map
     UserCacheElm     *next_elm;  // next element in this map slot
     time_t           created;

mercurial