X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fhs_apps%2Fsapi%2Fvpp_echo_common.h;h=00d54f830702f3770fe1c6c6a691a3cb9d9a7bfa;hb=08f26641fa920d5a9629140430660adcf736a1c7;hp=7d134d9a2c2c849045248b9d14e30973af1a2875;hpb=692bfc85f2c41c6e25e73931a7b6fe6a1c5dd6c6;p=vpp.git diff --git a/src/plugins/hs_apps/sapi/vpp_echo_common.h b/src/plugins/hs_apps/sapi/vpp_echo_common.h index 7d134d9a2c2..00d54f83070 100644 --- a/src/plugins/hs_apps/sapi/vpp_echo_common.h +++ b/src/plugins/hs_apps/sapi/vpp_echo_common.h @@ -36,6 +36,7 @@ #undef vl_printfun #define TIMEOUT 10.0 +#define LOGGING_BATCH (100) #define foreach_echo_fail_code \ _(ECHO_FAIL_NONE, "ECHO_FAIL_NONE") \ @@ -345,6 +346,8 @@ typedef struct teardown_stat_t close_count; /* received close from vpp */ teardown_stat_t active_count; /* sent close to vpp */ teardown_stat_t clean_count; /* cleaned up stale session */ + teardown_stat_t connected_count; /* connected sessions count */ + teardown_stat_t accepted_count; /* connected sessions count */ } stats; struct /* Event based timing : start & end depend on CLI specified events */