]> git.droids-corp.org - dpdk.git/commit
metrics: add missing C++ guards
authorBrian Dooley <brian.dooley@intel.com>
Wed, 16 Feb 2022 15:14:49 +0000 (15:14 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 22 Feb 2022 13:47:49 +0000 (14:47 +0100)
commit4e90b3a3d6cc476ee1a39be7368675c31a28b093
tree450ec49d6aa5a4adee53ce486a244ca0ab031d0d
parentdbf9fc1dac70b64dd1ed9a3ffd6997838fbf170e
metrics: add missing C++ guards

Some public header files were missing 'extern "C"' C++ guards,
and couldn't be used by C++ applications. Add the missing guards.

Fixes: c5b7197f662e ("telemetry: move some functions to metrics library")
Cc: stable@dpdk.org
Signed-off-by: Brian Dooley <brian.dooley@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
lib/metrics/rte_metrics_telemetry.h