diff options
-rw-r--r-- | src/vlibmemory/memclnt.api | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vlibmemory/memclnt.api b/src/vlibmemory/memclnt.api index 0532f1734bf..a8e7cfeaec0 100644 --- a/src/vlibmemory/memclnt.api +++ b/src/vlibmemory/memclnt.api @@ -30,6 +30,8 @@ service { * Create a client registration */ define memclnt_create { + option deprecated; + u32 context; /* opaque value to be returned in the reply */ i32 ctx_quota; /* requested punt context quota */ u64 input_queue; /* client's queue */ @@ -38,6 +40,8 @@ define memclnt_create { }; define memclnt_create_reply { + option deprecated; + u32 context; /* opaque value from the create request */ i32 response; /* Non-negative = success */ u64 handle; /* handle by which vlib knows this client */ |