diff options
author | Ole Troan <ot@cisco.com> | 2017-03-06 23:51:57 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-03-07 12:12:14 +0000 |
commit | dfc9b7cac857a3a49555f9fc448bd2c6aa3400a6 (patch) | |
tree | 2b7636eeb0eec6dcce00e1d6d8fa2ea976da0cbf /src/vlibmemory | |
parent | 9c6a613feb2d718c5756cecbcd3ab84156241db2 (diff) |
Python API: Synchronous mode.
Change-Id: Ic8f186dbb35bb4e2e191d311cab51315a88a2d81
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/vlibmemory')
-rw-r--r-- | src/vlibmemory/memclnt.api | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/vlibmemory/memclnt.api b/src/vlibmemory/memclnt.api index 0532d7b6a85..c38b483ca0a 100644 --- a/src/vlibmemory/memclnt.api +++ b/src/vlibmemory/memclnt.api @@ -48,15 +48,28 @@ define memclnt_delete_reply { u64 handle; /* in case the client wonders */ }; -/* +/* * Client RX thread exit */ - define rx_thread_exit { u8 dummy; }; /* + * Client RX thread suspend + */ +define memclnt_rx_thread_suspend { + u8 dummy; +}; + +/* + * Client read timeout + */ +define memclnt_read_timeout { + u8 dummy; +}; + +/* * RPC */ define rpc_call { |