examples/ipsec-secgw: clean up test scripts
[dpdk.git] / lib / librte_metrics / rte_metrics.h
index 466ca98..fbe64dd 100644 (file)
@@ -30,6 +30,8 @@
 extern "C" {
 #endif
 
+extern int metrics_initialized;
+
 /** Maximum length of metric name (including null-terminator) */
 #define RTE_METRICS_MAX_NAME_LEN 64
 #define RTE_METRICS_MAX_METRICS 256