summaryrefslogtreecommitdiff
path: root/src/tsg_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsg_stat.h')
-rw-r--r--src/tsg_stat.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tsg_stat.h b/src/tsg_stat.h
index 453b5f7..d6deb68 100644
--- a/src/tsg_stat.h
+++ b/src/tsg_stat.h
@@ -122,8 +122,10 @@ enum CTRL_SERVICE
enum THREAD_METRICS
{
THREAD_APP_METRICS_COUNT=0,
- THREAD_DYN_IPPORT_MAPPING_QUERY_METRICS,
- THREAD_DYN_IPPORT_MAPPING_RESPONSE_METRICS,
+ THREAD_DYN_IPPORT_MAPPING_C_QUERY_METRICS,
+ THREAD_DYN_IPPORT_MAPPING_C_RESPONSE_METRICS,
+ THREAD_DYN_IPPORT_MAPPING_S_QUERY_METRICS,
+ THREAD_DYN_IPPORT_MAPPING_S_RESPONSE_METRICS,
THREAD_METRICS_MAX
};