diff options
author | Ole Troan <ot@cisco.com> | 2016-08-31 14:50:49 +0200 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-09-02 12:36:48 +0000 |
commit | c27213a30f4d6b5395ba70f011615ae9c7be93ce (patch) | |
tree | 903ebd888b1ff9ee10792412d6d369b340e5390b /vpp-api-test/vat/vat.h | |
parent | 52901246e02c3d648c25a089c3dce5b6b4fb3112 (diff) |
Add in-message cli_request/cli_reply API
This new CLI API is meant to replace the
cli_request/cli_reply that uses shared memory.
PS: checkstyle -- *hate*
Change-Id: I6318f8f6b9be2c2398b49dac9e2193c1998ea724
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'vpp-api-test/vat/vat.h')
-rw-r--r-- | vpp-api-test/vat/vat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vpp-api-test/vat/vat.h b/vpp-api-test/vat/vat.h index 311b9c72d24..ce8b16674b0 100644 --- a/vpp-api-test/vat/vat.h +++ b/vpp-api-test/vat/vat.h @@ -166,6 +166,7 @@ typedef struct volatile i32 retval; volatile u32 sw_if_index; volatile u8 *shmem_result; + volatile u8 *cmd_reply; /* our client index */ u32 my_client_index; |