diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-03-06 10:05:44 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-03-06 10:09:12 +0100 |
commit | 51e59688359ddac32ed58f3add3ea9ac358c9132 (patch) | |
tree | 98308da8c6eeb9ed1da7c960f78658541c4c3aff /src/vlibmemory | |
parent | 2de1f15355f9e183e46ee4ea94523a7dd4921ec0 (diff) |
API: Add service definitions for events and singleton messages (second attempt)
Based on https://gerrit.fd.io/r/#/c/10920/
Updates service definition in stats.api with correct reply message names.
Change-Id: I3282bee5304e667e23bc1fab3f43d967a50d880d
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'src/vlibmemory')
-rw-r--r-- | src/vlibmemory/memclnt.api | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vlibmemory/memclnt.api b/src/vlibmemory/memclnt.api index fb08f5120ee..d03c1058ae1 100644 --- a/src/vlibmemory/memclnt.api +++ b/src/vlibmemory/memclnt.api @@ -17,6 +17,16 @@ option version = "1.0.0"; /* + * Define services not following the normal convetions here + */ +service { + rpc memclnt_rx_thread_suspend returns null; + rpc memclnt_read_timeout returns null; + rpc rx_thread_exit returns null; + rpc trace_plugin_msg_ids returns null; +}; + +/* * Create a client registration */ manual_print |