summaryrefslogtreecommitdiff
path: root/service/include/sc_pdump.h
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2024-10-24 06:33:02 +0000
committersongyanchao <[email protected]>2024-10-24 06:33:02 +0000
commit43ae073a43df4fb8026ddb224de7bf4d78357836 (patch)
treee4d760d5c001767260aaa1d48be1198a47b2cc90 /service/include/sc_pdump.h
parent2d714a5cec1232f9bd855fc2461141248785858c (diff)
🎈 perf: Optimize error handling for load balancer node.v4.8.22-20241025
Optimize error handling for load balancer node.
Diffstat (limited to 'service/include/sc_pdump.h')
-rw-r--r--service/include/sc_pdump.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/service/include/sc_pdump.h b/service/include/sc_pdump.h
index bb9e41b..ae58ace 100644
--- a/service/include/sc_pdump.h
+++ b/service/include/sc_pdump.h
@@ -1,6 +1,7 @@
#pragma once
#include <sc_common.h>
+#include <sc_node_common.h>
/* Mr pdump */
/* Used for the multi-process communication */
@@ -16,11 +17,6 @@
#define MR_PDUMP_RING_NAME_SIZE 256
#define MR_PDUMP_RING_SIZE 16384
-#define METADATA_INFO \
- " dir:%u, nf_create:%u, link_id:%u, is_ctrlbuf:%u, payload_offset:%u, session_id:%lu, start_sid:%u, nr_sid:%u, " \
- "cur_sid:%u, sids:[%u],[%u],[%u],[%u],[%u],[%u],[%u],[%u], port_id_ingress:%u, port_id_egress:%u, " \
- "ef_peer_index:%u "
-
enum
{
MR_PDUMP_SUCCESS = 0,