diff options
author | Stanislav Zaikin <zstaseg@gmail.com> | 2022-07-21 19:06:26 +0200 |
---|---|---|
committer | Stanislav Zaikin <zstaseg@gmail.com> | 2023-01-23 21:01:06 +0100 |
commit | 139b2da5c533a84faca0ae1bf5b37c3185d9d4fb (patch) | |
tree | 872b69e16be5cd683aea0555fe157a8024644102 /src/plugins/linux-cp/lcp.api | |
parent | 3b5ab65bd3a821dd82acfc34069293ff39dc1ef7 (diff) |
vppapigen: enable codegen for stream message types
Enable codegen for C type from 'rpc A returns B stream C' notation
Type: improvement
Change-Id: I05cfce71c385d414d7b177a080009628bc8c8fad
Signed-off-by: Stanislav Zaikin <zstaseg@gmail.com>
Diffstat (limited to 'src/plugins/linux-cp/lcp.api')
-rw-r--r-- | src/plugins/linux-cp/lcp.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/linux-cp/lcp.api b/src/plugins/linux-cp/lcp.api index 1e9db3d02f4..ca36fe50eb9 100644 --- a/src/plugins/linux-cp/lcp.api +++ b/src/plugins/linux-cp/lcp.api @@ -105,13 +105,13 @@ define lcp_itf_pair_add_del_v2_reply @param context - sender context, to match reply w/ request @param sw_if_index - interface to use as filter (~0 == "all") */ -define lcp_itf_pair_get +autoendian define lcp_itf_pair_get { u32 client_index; u32 context; u32 cursor; }; -define lcp_itf_pair_get_reply +autoendian define lcp_itf_pair_get_reply { u32 context; i32 retval; |