FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vlib_thread_callbacks_t Struct Reference
+ Collaboration diagram for vlib_thread_callbacks_t:

Data Fields

clib_error_t *(* vlib_launch_thread_cb )(void *fp, vlib_worker_thread_t *w, unsigned lcore_id)
 
clib_error_t *(* vlib_thread_set_lcore_cb )(u32 thread, u16 lcore)
 

Detailed Description

Definition at line 282 of file threads.h.

Field Documentation

clib_error_t*(* vlib_thread_callbacks_t::vlib_launch_thread_cb) (void *fp, vlib_worker_thread_t *w, unsigned lcore_id)

Definition at line 284 of file threads.h.

clib_error_t*(* vlib_thread_callbacks_t::vlib_thread_set_lcore_cb) (u32 thread, u16 lcore)

Definition at line 286 of file threads.h.


The documentation for this struct was generated from the following file: