diff options
author | Angelo Mantellini <manangel@cisco.com> | 2019-07-18 18:31:46 +0200 |
---|---|---|
committer | Angelo Mantellini <manangel@cisco.com> | 2019-10-12 13:27:54 +0000 |
commit | eefc7ae95bbd680416163e5617bada1949b32afc (patch) | |
tree | 336a4100832001b2991be007749d12ec5c28c1a0 /ctrl/libhicnctrl/includes | |
parent | 91304b8cb75df7cb516518b53e3c1156d0f27ba5 (diff) |
[HICN-247] remove listener and bug fixing
Change-Id: I4e5419a837131680fe0e21eb295462ccb2be8613
Signed-off-by: Angelo Mantellini <manangel@cisco.com>
Diffstat (limited to 'ctrl/libhicnctrl/includes')
-rwxr-xr-x | ctrl/libhicnctrl/includes/hicn/ctrl/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h b/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h index 4209c6eb6..75f05988f 100755 --- a/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h +++ b/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h @@ -58,6 +58,7 @@ typedef enum { ADD_ROUTE, LIST_ROUTES, REMOVE_CONNECTION, + REMOVE_LISTENER, REMOVE_ROUTE, CACHE_STORE, CACHE_SERVE, @@ -77,7 +78,6 @@ typedef enum { REMOVE_POLICY, UPDATE_CONNECTION, #endif /* WITH_POLICY */ - REMOVE_LISTENER, LAST_COMMAND_VALUE } command_id; |