summaryrefslogtreecommitdiff
path: root/service/src/node_shmdev.c
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-05-29 02:56:13 +0000
committersongyanchao <[email protected]>2023-05-29 02:56:13 +0000
commit4a1c3a9b8133ad207c2509d04da6364ad65d2db9 (patch)
treee83ab2054fa2229621db29c5385cb55ca216cb46 /service/src/node_shmdev.c
parente5430c25964e33562ffc73c3ba46138e78089096 (diff)
🎈 perf: 优化相关节点计数,修复distributer函数中逆序查找L3和L4时边界错误问题
优化相关节点计数,修复distributer函数中逆序查找L3和L4时边界错误问题
Diffstat (limited to 'service/src/node_shmdev.c')
-rw-r--r--service/src/node_shmdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/node_shmdev.c b/service/src/node_shmdev.c
index ae224a3..81eafd1 100644
--- a/service/src/node_shmdev.c
+++ b/service/src/node_shmdev.c
@@ -194,4 +194,4 @@ cJSON * shmdev_rx_node_monit_loop(struct sc_main * sc)
cJSON_AddNumberToObject(json_root, "total_graph_num", nr_graph_total);
return json_root;
-} \ No newline at end of file
+}