X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fmain.h;h=329bf0733e450dc1ebafcaa82b2313576d28058b;hb=586afd762bfa149f5ca167bd5fd5a0cd59ce94fe;hp=0197b4f30cc6e4d4c6cd2957861613017a3f2a14;hpb=bc799c92d761a2d45105aa6a1685b3663687d2a4;p=vpp.git diff --git a/src/vlib/main.h b/src/vlib/main.h index 0197b4f30cc..329bf0733e4 100644 --- a/src/vlib/main.h +++ b/src/vlib/main.h @@ -156,7 +156,7 @@ typedef struct vlib_main_t uword *init_functions_called; /* to compare with node runtime */ - u32 cpu_index; + u32 thread_index; void **mbuf_alloc_list;