X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Funix-misc.c;h=54016ed74f4dc4c1c3330cab3da83dc930db410c;hb=a690fdbfe179e0ea65818c03b52535bf9210efd0;hp=f693102c65a14d49525eb2704d4c38fcda20fa3a;hpb=86e8bce44f43c1f3c50a3397f9ab850f484f4cad;p=vpp.git diff --git a/src/vppinfra/unix-misc.c b/src/vppinfra/unix-misc.c index f693102c65a..54016ed74f4 100644 --- a/src/vppinfra/unix-misc.c +++ b/src/vppinfra/unix-misc.c @@ -46,6 +46,7 @@ #include /* for sprintf */ __thread uword __os_thread_index = 0; +__thread uword __os_numa_index = 0; clib_error_t * clib_file_n_bytes (char *file, uword * result)