X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibapi%2Fapi_common.h;h=491ecb8eaef2bcd28d1b328f9d4f0cf2af899cd0;hb=2ca88ff97;hp=4c48b003e1eb4a71c34950732ede817a171cd58b;hpb=6a2868734c2f96186b6bfb705969a5daa702ebb6;p=vpp.git diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h index 4c48b003e1e..491ecb8eaef 100644 --- a/src/vlibapi/api_common.h +++ b/src/vlibapi/api_common.h @@ -75,6 +75,8 @@ typedef struct vl_api_registration_ /* socket client only */ u32 server_handle; /**< Socket client only: server handle */ u32 server_index; /**< Socket client only: server index */ + + bool keepalive; /**< Dead client scan */ } vl_api_registration_t; #define VL_API_INVALID_FI ((u32)~0)