stats: Add version defines in stat_client.h 28/19228/2
authorOle Troan <ot@cisco.com>
Mon, 29 Apr 2019 11:38:52 +0000 (13:38 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 30 Apr 2019 13:53:42 +0000 (13:53 +0000)
Change-Id: I9894a0c613b0486112623920d49371ceec9e6111
Signed-off-by: Ole Troan <ot@cisco.com>
src/vpp-api/client/stat_client.h

index fb2adfe..1c76a93 100644 (file)
@@ -17,6 +17,9 @@
 #ifndef included_stat_client_h
 #define included_stat_client_h
 
+#define STAT_VERSION_MAJOR     1
+#define STAT_VERSION_MINOR     1
+
 #include <stdint.h>
 #include <unistd.h>
 #include <vlib/counter_types.h>