API: Add service definitions for events and singleton messages (second attempt)
[vpp.git] / src / vlibmemory / memclnt.api
index fb08f51..d03c105 100644 (file)
 
 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 
  */