summaryrefslogtreecommitdiffstats
path: root/vlib-api/vlibmemory/memclnt.api
diff options
context:
space:
mode:
Diffstat (limited to 'vlib-api/vlibmemory/memclnt.api')
-rw-r--r--vlib-api/vlibmemory/memclnt.api3
1 files changed, 2 insertions, 1 deletions
diff --git a/vlib-api/vlibmemory/memclnt.api b/vlib-api/vlibmemory/memclnt.api
index c2758238a96..2f654caf2c1 100644
--- a/vlib-api/vlibmemory/memclnt.api
+++ b/vlib-api/vlibmemory/memclnt.api
@@ -28,9 +28,10 @@ define memclnt_create {
define memclnt_create_reply {
i32 response; /* Non-negative = success */
- u64 handle; /* handle by which vlib knows this client */
+ u64 handle; /* handle by which vlib knows this client */
u32 index; /* index, used e.g. by API trace replay */
u32 context; /* opaque value from the create request */
+ u64 message_table; /* serialized message table in shmem */
};
/*