X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vlib%2Fvlib%2Fthreads.h;h=f13d3768e42ba35f2eef12d5541b48066fce55b6;hb=6de2ff28fef27421f6b9a6c1f4ef53d1bd8c7c6e;hp=ce93b2c67cbdcd2a5a07b8fa3c93f1a43682e33a;hpb=fef15b4bb88c61248393b93d13b1f79bb628def0;p=vpp.git diff --git a/vlib/vlib/threads.h b/vlib/vlib/threads.h index ce93b2c67cb..f13d3768e42 100644 --- a/vlib/vlib/threads.h +++ b/vlib/vlib/threads.h @@ -37,6 +37,8 @@ typedef struct vlib_thread_registration_ { int fixed_count; u32 count; int no_data_structure_clone; + u32 frame_queue_nelts; + /* All threads of this type run on pthreads */ int use_pthreads; u32 first_index;