diff options
Diffstat (limited to 'service/src/node_lb.c')
| -rw-r--r-- | service/src/node_lb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/node_lb.c b/service/src/node_lb.c index 995eb1d..bb39fbd 100644 --- a/service/src/node_lb.c +++ b/service/src/node_lb.c @@ -453,7 +453,7 @@ int lb_init(struct sc_main * sc) static __rte_always_inline void gen_store_trace_info(struct rte_node * node, struct rte_mbuf * mbuf, uint16_t next_node_index, struct lb_group * lb_group) { - struct dp_trace_record_meta meta = {.module = node->name}; + struct dp_trace_record_meta meta = {.appsym = MR_TRACE_APPSYM, .module = node->name}; /* Populate the next node infomation */ char str_record[MR_STRING_MAX]; |
