]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/include/rte_lcore.h
eal: fix multiple definition of per lcore thread id
[dpdk.git] / lib / librte_eal / include / rte_lcore.h
index 339046bc8691a2f5add9366bf5bc1c063d4d7ae2..5c1d1926e9d6f6a50324b9f5e643637c41d760d2 100644 (file)
@@ -23,7 +23,6 @@ extern "C" {
 #define LCORE_ID_ANY     UINT32_MAX       /**< Any lcore. */
 
 RTE_DECLARE_PER_LCORE(unsigned, _lcore_id);  /**< Per thread "lcore id". */
-RTE_DECLARE_PER_LCORE(rte_cpuset_t, _cpuset); /**< Per thread "cpuset". */
 
 /**
  * Get a lcore's role.