diff options
author | Ole Troan <ot@cisco.com> | 2019-04-29 13:38:52 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-04-29 12:03:45 +0000 |
commit | 1cb333cdf5ce26557233c5bdb5a18738cb6e1e2c (patch) | |
tree | fc56917789bcd814c50be5c5166c7df48f730596 /src/vpp-api | |
parent | 9896d55f7a6c2ff3ad4dcbdfbba4924e2a1dc5d7 (diff) |
stats: Add version defines in stat_client.h
Change-Id: I9894a0c613b0486112623920d49371ceec9e6111
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vpp-api')
-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 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> |