bugfix: export tcp_segment_get_data() symbol

This commit is contained in:
luwenpeng
2024-08-21 15:54:35 +08:00
parent aed2daa1a4
commit 114fc434b3
6 changed files with 10 additions and 13 deletions

View File

@@ -4,6 +4,7 @@
#include "list.h"
#include "interval_tree.h"
#include "tcp_reassembly.h"
#include "stellar/stellar.h"
#define TCP_REASSEMBLY_LOG_DEBUG(format, ...) LOG_DEBUG("tcp_reassembly", format, ##__VA_ARGS__)
#define TCP_REASSEMBLY_LOG_ERROR(format, ...) LOG_ERROR("tcp_reassembly", format, ##__VA_ARGS__)