[PACKET_IO]fix pcap file mode counter bug

This commit is contained in:
liuwentan
2022-08-22 16:00:09 +08:00
parent 90b359ed40
commit c461ca3837
11 changed files with 167 additions and 63 deletions

View File

@@ -21,7 +21,7 @@ extern "C"
#define log_notice(x, ...)
#define log_error(x, ...)
#define log_error(x, format, ...) fprintf(stdout, "PACKET_IO [ERROR]" format "\n", ##__VA_ARGS__)
#ifdef __cpluscplus
}