X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibmemory%2Fsocket_client.h;h=46e2c865250a9b0cc92acbd3c0eed91b2201d709;hb=2881dec8631629cf1fa415a1f63b8561590df275;hp=5612a9809a55b51501c1f0319b1f298b57bd8033;hpb=5bdd55831e65ffd7bb0122bf31a6c07ef8f5138a;p=vpp.git diff --git a/src/vlibmemory/socket_client.h b/src/vlibmemory/socket_client.h index 5612a9809a5..46e2c865250 100644 --- a/src/vlibmemory/socket_client.h +++ b/src/vlibmemory/socket_client.h @@ -25,8 +25,9 @@ typedef struct { int socket_fd; - /* Temporarily disable the connection, so we can keep it around... */ - int socket_enable; + int socket_enable; /**< Can temporarily disable the connection + but still can keep it around... */ + u32 client_index; /**< Client index allocated by VPP */ clib_socket_t client_socket;