rename session_private.h to session_internal.h

This commit is contained in:
luwenpeng
2024-09-19 16:18:54 +08:00
parent bf8ba97165
commit 46307bb271
28 changed files with 27 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
#define HASH_INITIAL_NUM_BUCKETS 32768U // initial number of buckets
#define HASH_FUNCTION(keyptr, keylen, hashv) HASH_FUNCTION_OVERWRITE(keyptr, keylen, &hashv)
#define HASH_KEYCMP(a, b, len) HASH_KEYCMP_OVERWRITE(a, b, len)
#include "session_private.h"
#include "session_internal.h"
#include "session_table.h"
struct session_table