aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vpp-api/client/stat_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vpp-api/client/stat_client.h b/src/vpp-api/client/stat_client.h
index 23087abe749..ef84e0f21ea 100644
--- a/src/vpp-api/client/stat_client.h
+++ b/src/vpp-api/client/stat_client.h
@@ -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>