X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vlib%2Fvlib%2Fthreads.h;h=e65794cfb6b05d22a34797ac9fd2572ce3ac40ab;hb=9876520f9ba746ed4d9923f392911c4f1888a105;hp=589d1f3a1ec2228dcc32ee9fb182dff484a90cd5;hpb=1946a12a52deddfb501d2bdf320ff280cb42a076;p=vpp.git diff --git a/vlib/vlib/threads.h b/vlib/vlib/threads.h index 589d1f3a1ec..e65794cfb6b 100644 --- a/vlib/vlib/threads.h +++ b/vlib/vlib/threads.h @@ -105,7 +105,8 @@ typedef struct u64 barrier_sync_count; long lwp; - int dpdk_lcore_id; + int lcore_id; + pthread_t thread_id; } vlib_worker_thread_t; vlib_worker_thread_t *vlib_worker_threads;