aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/api/api.c
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2018-09-26 15:26:42 +0200
committerDave Barach <openvpp@barachs.net>2018-09-28 12:05:25 +0000
commitf94c63ea392a79b509a7b8263f5a9372a58786f9 (patch)
tree7cd5d9e1a9d2ba72a5453cf9bda3a0b13552c778 /src/vpp/api/api.c
parent09cce66888f622af285e92ae05f76462a5a6d3b5 (diff)
stats: Split stat_segment and stats code in preparation for deprecation.
Split the stat_segment.c code from stats.c. Rename stats.[ch] to prepare for removing (19.01?) In addition stats.api can be removed. Since the stats aggregation for the stat segment does not use the API, that part is now done on the main thread. (Old stats aggregator is also left in place). Change-Id: I9867429f4fc547b1a7ab7f88bc4f3625428d681b Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vpp/api/api.c')
-rw-r--r--src/vpp/api/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/api/api.c b/src/vpp/api/api.c
index f7643f423f3..d69b84fd0b9 100644
--- a/src/vpp/api/api.c
+++ b/src/vpp/api/api.c
@@ -56,7 +56,7 @@
#undef BIHASH_TYPE
#undef __included_bihash_template_h__
-#include <vpp/stats/stats.h>
+#include <vnet/ip/format.h>
#include <vpp/api/vpe_msg_enum.h>