diff options
author | Ole Troan <ot@cisco.com> | 2019-04-29 13:38:52 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-04-30 13:53:42 +0000 |
commit | d577e1f578182d7f663e0f8519dadc81f21cb7a6 (patch) | |
tree | 5c5a691d8dce058fc96e3ad846fb77d5f4b8b5e7 | |
parent | f369e3a7d0e4ab17c55fe1ebd2e9d4b6d6929d61 (diff) |
stats: Add version defines in stat_client.h
Change-Id: I9894a0c613b0486112623920d49371ceec9e6111
Signed-off-by: Ole Troan <ot@cisco.com>
-rw-r--r-- | src/vpp-api/client/stat_client.h | 3 |
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 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 <stdint.h> #include <unistd.h> #include <vlib/counter_types.h> |