diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2017-08-06 08:26:29 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-09-07 22:12:31 +0000 |
commit | 8a19f12a0cfe6d611f6e266931af691fb69a74ad (patch) | |
tree | bc47ff7146c235c1df17594f4529929cf25ab8b8 /src/vlibapi/api_helper_macros.h | |
parent | 49d66f1f42cbc310e4fa0dc526b9fdb91d0ca220 (diff) |
Allow individual stats API and introduce stats.api
- want_interface_simple_stats
- want_interface_combined_stats
- want_ip4|6_fib|nbr_stats
Change-Id: I4e97461def508958b3e429c3fe8859b36fef2d18
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'src/vlibapi/api_helper_macros.h')
-rw-r--r-- | src/vlibapi/api_helper_macros.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vlibapi/api_helper_macros.h b/src/vlibapi/api_helper_macros.h index 2e29d4d7983..b8a9978a0a0 100644 --- a/src/vlibapi/api_helper_macros.h +++ b/src/vlibapi/api_helper_macros.h @@ -217,7 +217,6 @@ _(from_netconf_client) \ _(oam_events) \ _(bfd_events) -/* WARNING: replicated in vpp/stats.h */ typedef struct { u32 client_index; /* in memclnt registration pool */ |