diff options
Diffstat (limited to 'src/vcl/vppcom.h')
-rw-r--r-- | src/vcl/vppcom.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vcl/vppcom.h b/src/vcl/vppcom.h index 49cff413ec8..6dfdd267ac7 100644 --- a/src/vcl/vppcom.h +++ b/src/vcl/vppcom.h @@ -304,6 +304,11 @@ extern int vppcom_data_segment_copy (void *buf, vppcom_data_segments_t ds, extern int vppcom_worker_register (void); /** + * Unregister current worker + */ +extern void vppcom_worker_unregister (void); + +/** * Retrieve current worker index */ extern int vppcom_worker_index (void); |