diff options
Diffstat (limited to 'service/src/node_shmdev.c')
| -rw-r--r-- | service/src/node_shmdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/node_shmdev.c b/service/src/node_shmdev.c index cf462ff..61dda48 100644 --- a/service/src/node_shmdev.c +++ b/service/src/node_shmdev.c @@ -50,7 +50,7 @@ enum packet_direction static __rte_always_inline void gen_store_trace_info(struct rte_node * node, struct rte_mbuf * mbuf, struct vdev * shm_dev_desc, enum packet_direction direction) { - struct dp_trace_record_meta meta = {.module = node->name}; + struct dp_trace_record_meta meta = {.appsym = MR_TRACE_APPSYM, .module = node->name}; char str_record[MR_STRING_MAX]; int len = snprintf(str_record, sizeof(str_record), "port:%u,%s", shm_dev_desc->port_id, shm_dev_desc->symbol); |
