diff options
author | Ole Troan <ot@cisco.com> | 2019-06-14 10:26:14 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-06-14 11:52:50 +0000 |
commit | b63dbc537c02b1978345744ab34765b2d75011a6 (patch) | |
tree | f091896b18f53b2eb3b2af6ca44bd323567c03de /MAINTAINERS | |
parent | a6bee0a11a07e4e1e4ac67e5041e9ad197766ba2 (diff) |
stats: add version field to stat segment base header
Add a version in the base header of the stat segment
To make support for multiple reader implementations safer.
Change-Id: I6816e2a51a98c2df1e621e80d4ef0b4ba4e9f47b
Type: feature
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5cd51f211bd..883ee5bc2ca 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -363,6 +363,12 @@ I: vcl M: Florin Coras <fcoras@cisco.com> F: src/vcl +Statistics Segment +I: stats +M: Ole Troan <ot@cisco.com> +F: src/vpp/stats/ +F: src/vpp-api/client/stat_client.[ch] + THE REST I: misc C: Contact vpp-dev Mailing List <vpp-dev@fd.io> |