From: Jennifer Richards Date: Mon, 7 May 2018 18:48:05 +0000 (-0400) Subject: Rename TID count options to show X-Git-Tag: 3.4.0~1^2~30^2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=3ce55e72152ec97044a2c0016f96090b1966c384 Rename TID count options to show * tid_req_count -> tid_reqs_processed * tid_req_pending -> tid_reqs_pending * tid_req_error_count -> tid_error_count --- diff --git a/mon/mon_common.c b/mon/mon_common.c index b0ff1d8..3ca8d16 100644 --- a/mon/mon_common.c +++ b/mon/mon_common.c @@ -90,13 +90,13 @@ const char *mon_opt_type_to_string(MON_OPT_TYPE opt_type) return "uptime"; case OPT_TYPE_SHOW_TID_REQ_COUNT: - return "tid_req_count"; + return "tid_reqs_processed"; case OPT_TYPE_SHOW_TID_REQ_ERR_COUNT: - return "tid_req_error_count"; + return "tid_error_count"; case OPT_TYPE_SHOW_TID_REQ_PENDING: - return "tid_req_pending"; + return "tid_reqs_pending"; case OPT_TYPE_SHOW_ROUTES: return "routes";