From f94c63ea392a79b509a7b8263f5a9372a58786f9 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Wed, 26 Sep 2018 15:26:42 +0200 Subject: 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 --- src/vpp/api/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp/api/api.c') 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 +#include #include -- cgit 1.2.3-korg