summaryrefslogtreecommitdiffstats
path: root/adapter/vppapiclient/stat_client_wrapper.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-31Support for error vectorsOndrej Fabry1-4/+16
- this fixes compilation error for VPP 19.08 and keeps backwards compatibility with previous versions Change-Id: Ib58557a090caa5e8342c0cb21de8af684cb18137 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2019-05-06Fix compilation for VPP 19.01Ondrej Fabry1-0/+176
This commit introduces header files for wrapping vppapiclient library. The stat_client_wrapper.h now uses macro to determine version of stats API. Change-Id: Ife218e0e90742e9a22fd12ca77307fbd0cc7d714 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>