vlib: add decrement counter method 43/28843/9
authorSergey Matov <sergey.matov@travelping.com>
Tue, 15 Sep 2020 09:40:55 +0000 (13:40 +0400)
committerDave Barach <openvpp@barachs.net>
Fri, 18 Sep 2020 15:23:01 +0000 (15:23 +0000)
commit34262d4d56295b0872ad4e9a4a4791953f3fa444
tree7b100a5367cc1896b308cee0a28574b4aff1c75e
parent84f3d9fba4e1715237a41f0978430193363187c7
vlib: add decrement counter method

Currently there is no way to decrease simple counter. To extend
counters API new method allows to decrement counter by given value.
This might be useful in implementation of statistics stored in stats
segment.

Type: improvement

Change-Id: I7c08c62bffa6a2d50e9e2cf884f7b2d48538f34b
Signed-off-by: Sergey Matov <sergey.matov@travelping.com>
Signed-off-by: Dave Barach <dave@barachs.net>
src/vlib/counter.h