From: Ole Troan Date: Mon, 29 Apr 2019 11:38:52 +0000 (+0200) Subject: stats: Add version defines in stat_client.h X-Git-Tag: v20.01-rc0~713 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d577e1f578182d7f663e0f8519dadc81f21cb7a6;p=vpp.git stats: Add version defines in stat_client.h Change-Id: I9894a0c613b0486112623920d49371ceec9e6111 Signed-off-by: Ole Troan --- diff --git a/src/vpp-api/client/stat_client.h b/src/vpp-api/client/stat_client.h index fb2adfe8f1f..1c76a938b30 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 #include #include