X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=mon%2Ftests%2Ftest_mon_req_encode.c;fp=mon%2Ftests%2Ftest_mon_req_encode.c;h=9fe9b1b1112e84ad3eb98176ec235fbe21fcf915;hp=eb48ce9cfc965e8887c5c5db64b368302228ce59;hb=240db3f1e5143b5eae6d6d5b81bb83a128f8450c;hpb=722204aaf7faff43fc5f8b3e780fccf4078c0874 diff --git a/mon/tests/test_mon_req_encode.c b/mon/tests/test_mon_req_encode.c index eb48ce9..9fe9b1b 100644 --- a/mon/tests/test_mon_req_encode.c +++ b/mon/tests/test_mon_req_encode.c @@ -89,8 +89,8 @@ int main(void) opts[0] = OPT_TYPE_SHOW_CONFIG_FILES; opts[1] = OPT_TYPE_SHOW_VERSION; opts[2] = OPT_TYPE_SHOW_UPTIME; - opts[3] = OPT_TYPE_SHOW_TID_REQ_COUNT; - opts[4] = OPT_TYPE_SHOW_TID_REQ_PENDING; + opts[3] = OPT_TYPE_SHOW_TID_REQS_PROCESSED; + opts[4] = OPT_TYPE_SHOW_TID_REQS_PENDING; opts[5] = OPT_TYPE_SHOW_ROUTES; opts[6] = OPT_TYPE_SHOW_COMMUNITIES; opts[7] = OPT_TYPE_UNKNOWN;