refactor: packet manager and session manager add on_thread_init/on_thread_exit entry
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include "tcp_reassembly.h"
|
||||
#include "stellar/stellar.h"
|
||||
|
||||
#define TCP_REASSEMBLY_LOG_DEBUG(format, ...) STELLAR_LOG_DEBUG(__thread_local_logger, "tcp_reassembly", format, ##__VA_ARGS__)
|
||||
#define TCP_REASSEMBLY_LOG_ERROR(format, ...) STELLAR_LOG_ERROR(__thread_local_logger, "tcp_reassembly", format, ##__VA_ARGS__)
|
||||
#define TCP_REASSEMBLY_LOG_DEBUG(format, ...) STELLAR_LOG_DEBUG(__thread_local_logger, "TCP reassembly", format, ##__VA_ARGS__)
|
||||
#define TCP_REASSEMBLY_LOG_ERROR(format, ...) STELLAR_LOG_ERROR(__thread_local_logger, "TCP reassembly", format, ##__VA_ARGS__)
|
||||
|
||||
struct tcp_segment_private
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user