]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_internal_cfg.h
eal: add telemetry as dependency
[dpdk.git] / lib / librte_eal / common / eal_internal_cfg.h
index a42f3492325a9f876f65b3e6fce2f4d1b6687196..c650bc0814ac0acc6098443cad331df7d18600a9 100644 (file)
@@ -82,6 +82,7 @@ struct internal_config {
        rte_cpuset_t ctrl_cpuset;         /**< cpuset for ctrl threads */
        volatile unsigned int init_complete;
        /**< indicates whether EAL has completed initialization */
+       unsigned int no_telemetry; /**< true to disable Telemetry */
 };
 extern struct internal_config internal_config; /**< Global EAL configuration. */