vcl: basic support for apps that fork
[vpp.git] / src / vcl / vcl_cfg.c
index 402bb91..8baae82 100644 (file)
@@ -23,7 +23,6 @@ static vppcom_main_t _vppcom_main = {
   .debug = VPPCOM_DEBUG_INIT,
   .is_init = 0,
   .app_index = ~0,
-  .my_client_index = ~0
 };
 
 vppcom_main_t *vcm = &_vppcom_main;