X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fthreads.h;h=f78ec1b9fa57f30ef72015be65b469ad42e8cb02;hb=858151ff84848b3803f37983e4fe8bc450cb45ce;hp=aaba218ffd363c05c597663e2acb3c79bef2ccd8;hpb=059d1d0e01a59769d2c3f3f978f50120d64a6976;p=vpp.git diff --git a/src/vlib/threads.h b/src/vlib/threads.h index aaba218ffd3..f78ec1b9fa5 100644 --- a/src/vlib/threads.h +++ b/src/vlib/threads.h @@ -323,7 +323,7 @@ typedef struct u8 *thread_prefix; /* main thread lcore */ - u8 main_lcore; + u32 main_lcore; /* Bitmap of available CPU cores */ uword *cpu_core_bitmap;