From f7b7fa53b7eaec81d8c00c1023fb7d01f1f9761f Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Thu, 1 Mar 2018 14:53:12 +0100 Subject: API: Add service definitions for events and singleton messages. Change-Id: I7de987c30b263d43521e6280c5273f30b5f6e11c Signed-off-by: Ole Troan --- src/vlibmemory/memclnt.api | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/vlibmemory/memclnt.api') 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 @@ -16,6 +16,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 */ -- cgit 1.2.3-korg