]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_private.h
eal/windows: detect process type
[dpdk.git] / lib / librte_eal / common / eal_private.h
index 8a9d493f0c54624b473e98174a8bdf1014e70e25..ddcfbe2e4442bcc0c19061aba76c414f85ae2baf 100644 (file)
@@ -29,7 +29,6 @@ struct lcore_config {
        unsigned int core_id;      /**< core number on socket for this lcore */
        int core_index;            /**< relative index, starting from 0 */
        uint8_t core_role;         /**< role of core eg: OFF, RTE, SERVICE */
-       uint8_t detected;          /**< true if lcore was detected */
 
        rte_cpuset_t cpuset;       /**< cpu set which the lcore affinity to */
 };