diff options
Diffstat (limited to 'src/vppinfra/unix-misc.c')
-rw-r--r-- | src/vppinfra/unix-misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> /* 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) |