diff options
author | Florin Coras <fcoras@cisco.com> | 2021-09-15 09:02:08 -0700 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-09-27 08:01:44 +0000 |
commit | a1400cecb8d8b423e83bd584e59fa817b8a243d9 (patch) | |
tree | fd812dd3cd4818d69ada7fc1972edc7fd8f10081 /src/vat2 | |
parent | 400f23f9d02552fb650d6de46bef7ba42b3482fe (diff) |
misc: api move continued
Move control ping and change dependencies from vpe.api_types to
memclnt.api_types
Type: refactor
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I9f8bc442e28738c48d64d1f6794082c8c4f5725b
Diffstat (limited to 'src/vat2')
-rw-r--r-- | src/vat2/vat2_helpers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vat2/vat2_helpers.h b/src/vat2/vat2_helpers.h index 929c012485f..beb2a787659 100644 --- a/src/vat2/vat2_helpers.h +++ b/src/vat2/vat2_helpers.h @@ -16,9 +16,11 @@ #ifndef included_vat2_helpers_h #define included_vat2_helpers_h +#include <vlibmemory/vlib.api_types.h> + /* For control ping */ #define vl_endianfun -#include <vpp/api/vpe.api.h> +#include <vlibmemory/vlib.api.h> #undef vl_endianfun static inline void |