diff options
author | Ole Trøan <otroan@employees.org> | 2018-03-05 21:53:35 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2018-03-05 23:05:28 +0000 |
commit | 2de1f15355f9e183e46ee4ea94523a7dd4921ec0 (patch) | |
tree | f7018d83cbbc6b4283bae39d464acf77e8f07b10 /src/vlibmemory | |
parent | 88c062119b5e94ef19e02f007e38ee119b02218f (diff) |
Revert "API: Add service definitions for events and singleton messages."
This reverts commit f7b7fa53b7eaec81d8c00c1023fb7d01f1f9761f.
Change-Id: I87496342943248e94f01ada31459f387c0a3a610
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vlibmemory')
-rw-r--r-- | src/vlibmemory/memclnt.api | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/vlibmemory/memclnt.api b/src/vlibmemory/memclnt.api index d03c1058ae1..fb08f5120ee 100644 --- a/src/vlibmemory/memclnt.api +++ b/src/vlibmemory/memclnt.api @@ -17,16 +17,6 @@ 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 |