summaryrefslogtreecommitdiff
path: root/lib9p/srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/srv.c')
-rw-r--r--lib9p/srv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/srv.c b/lib9p/srv.c
index f2d1315..465e0bf 100644
--- a/lib9p/srv.c
+++ b/lib9p/srv.c
@@ -53,13 +53,13 @@ struct _srv_fidinfo {
};
#define NAME fidmap
-#define KEY_T uint32_t
+#define KEY_T lib9p_fid_t
#define VAL_T struct _srv_fidinfo
#define CAP CONFIG_9P_MAX_FIDS
#include "map.h"
#define NAME reqmap
-#define KEY_T uint32_t
+#define KEY_T lib9p_tag_t
#define VAL_T struct _lib9p_srv_req *
#define CAP CONFIG_9P_MAX_REQS
#include "map.h"