summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-10-23 10:01:20 +0800
committerluwenpeng <[email protected]>2024-10-21 10:49:41 +0800
commitfd3cc20554cba6fe7ee7c671730079f81a2fbc5d (patch)
treee38e5405a47fd5dff8c422d4b2109de99159ec4d /test
parenta7b79a0e227eb509699d0a864129e5013eff50fe (diff)
feature: packet IO support IP reassembly
Diffstat (limited to 'test')
-rw-r--r--test/session_debugger/session_debugger.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/session_debugger/session_debugger.c b/test/session_debugger/session_debugger.c
index 80f5302..1fdf13e 100644
--- a/test/session_debugger/session_debugger.c
+++ b/test/session_debugger/session_debugger.c
@@ -6,8 +6,8 @@
#include <limits.h>
#include <pthread.h>
-#include "utils.h"
#include "packet_dump.h"
+#include "utils_internal.h"
#include "session_internal.h"
#include "stellar/log.h"
@@ -287,7 +287,6 @@ struct stellar_module *session_debugger_on_init(struct stellar_module_manager *m
{
assert(mod_mgr);
-
struct session_manager *sess_mgr = stellar_module_get_session_manager(mod_mgr);
assert(sess_mgr);
struct logger *logger = stellar_module_manager_get_logger(mod_mgr);