X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvppcom.c;h=6b690e5d1d0de3fa9cc1e81a374ebd1e392f0c46;hb=6017ff0dd7a27c062d0ad4687bfc70a69747ac55;hp=38b85bede3b2940859193a3c356d82de2e608a28;hpb=9845c20d77ce8e9e66c9a7693c6841cc971bd423;p=vpp.git diff --git a/src/vcl/vppcom.c b/src/vcl/vppcom.c index 38b85bede3b..6b690e5d1d0 100644 --- a/src/vcl/vppcom.c +++ b/src/vcl/vppcom.c @@ -3830,6 +3830,12 @@ vppcom_worker_unregister (void) vcl_set_worker_index (~0); } +void +vppcom_worker_index_set (int index) +{ + vcl_set_worker_index (index); +} + int vppcom_worker_index (void) {