diff options
| author | luwenpeng <[email protected]> | 2024-10-09 10:01:20 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-10-09 10:02:42 +0800 |
| commit | 0f082d975ec067e268d868b0855083caaeff9522 (patch) | |
| tree | 7bcecc3aa50aa0a2941361797bdedbdf6e0af9a4 /infra/packet_io | |
| parent | d9d9b4728dbb9b8c4aaef17a41067eb173744cb9 (diff) | |
stellar registers packet_manager as a module; session_manager registers polling callback
Diffstat (limited to 'infra/packet_io')
| -rw-r--r-- | infra/packet_io/packet_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/packet_io/packet_io.c b/infra/packet_io/packet_io.c index 70d0599..45eda02 100644 --- a/infra/packet_io/packet_io.c +++ b/infra/packet_io/packet_io.c @@ -7,8 +7,8 @@ #include "marsio_io.h" #include "log_internal.h" -#define PACKET_IO_LOG_ERROR(format, ...) STELLAR_LOG_ERROR(__thread_local_logger, "packet_io", format, ##__VA_ARGS__) -#define PACKET_IO_LOG_INFO(format, ...) STELLAR_LOG_INFO(__thread_local_logger, "packet_io", format, ##__VA_ARGS__) +#define PACKET_IO_LOG_ERROR(format, ...) STELLAR_LOG_ERROR(__thread_local_logger, "packet io", format, ##__VA_ARGS__) +#define PACKET_IO_LOG_INFO(format, ...) STELLAR_LOG_INFO(__thread_local_logger, "packet io", format, ##__VA_ARGS__) struct packet_io { |
