stats: Add version defines in stat_client.h

Change-Id: I9894a0c613b0486112623920d49371ceec9e6111
Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:
Ole Troan
2019-04-29 13:38:52 +02:00
committed by Ole Trøan
parent 9896d55f7a
commit 1cb333cdf5

View 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>