diff options
author | Eyal Bari <ebari@cisco.com> | 2017-03-16 10:02:57 +0200 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2017-03-16 15:15:16 +0000 |
commit | b614d08368cc0b04e01c5222d4c11a88845394e5 (patch) | |
tree | d64d38a80016b437c6b18950852ac9bccef8f814 /src/plugins/snat | |
parent | f6dae05b8b5f4e17d1cf7e108bf8a6af3a2f9785 (diff) |
API:replaced all REPLY_MACRO's with api_helper_macros.h
Change-Id: I08ab1fd0abdd1db4aff11a38c9c0134b01368e11
Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'src/plugins/snat')
-rw-r--r-- | src/plugins/snat/snat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/snat/snat.c b/src/plugins/snat/snat.c index 57274bbec1e..d42303f6a05 100644 --- a/src/plugins/snat/snat.c +++ b/src/plugins/snat/snat.c @@ -47,7 +47,7 @@ snat_main_t snat_main; #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) -#define REPLY_MSG_ID_BASE (sm->msg_id_base) +#define REPLY_MSG_ID_BASE sm->msg_id_base #include <vlibapi/api_helper_macros.h> /* Get the API version number */ |