[HICN-386] Improve API error management in libhicnctrl 69/23369/7
authorJordan Augé <jordan.auge+fdio@cisco.com>
Mon, 11 Nov 2019 23:03:08 +0000 (00:03 +0100)
committerJordan Augé <jordan.auge+fdio@cisco.com>
Thu, 14 Nov 2019 16:16:56 +0000 (17:16 +0100)
commitfdb523a02680f5aa0727b862f0616ba5f8cb24cf
tree01fdf30eafde2a6f74edba52890715f55fdd6554
parent4f57ca72e8131e5cfb023b26417b924e774d5e73
[HICN-386] Improve API error management in libhicnctrl

Change-Id: I332e74ebcd89798c93de50ae7a20f7af8f59f54c
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
33 files changed:
ctrl/facemgr/includes/CMakeLists.txt
ctrl/facemgr/src/CMakeLists.txt
ctrl/facemgr/src/api.c
ctrl/facemgr/src/cfg.c
ctrl/facemgr/src/facelet.c
ctrl/facemgr/src/facelet_array.c
ctrl/facemgr/src/facelet_array.h
ctrl/facemgr/src/interface.c
ctrl/facemgr/src/interfaces/bonjour/bonjour.c
ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
ctrl/facemgr/src/interfaces/network_framework/network_framework.c
ctrl/facemgr/src/loop_libevent.c
ctrl/facemgr/src/main.c
ctrl/facemgr/src/util/hash.h [deleted file]
ctrl/libhicnctrl/examples/Makefile
ctrl/libhicnctrl/examples/create_face.c
ctrl/libhicnctrl/includes/hicn/ctrl/api.h
ctrl/libhicnctrl/src/CMakeLists.txt
ctrl/libhicnctrl/src/api.c
ctrl/libhicnctrl/src/util/log.c [deleted file]
ctrl/libhicnctrl/src/util/log.h [deleted file]
ctrl/libhicnctrl/src/util/map.h [deleted file]
ctrl/libhicnctrl/src/util/set.h [deleted file]
hicn-light/src/hicn/core/connection.c
lib/includes/CMakeLists.txt
lib/includes/hicn/util/array.h [moved from ctrl/facemgr/src/util/array.h with 100% similarity]
lib/includes/hicn/util/log.h [moved from ctrl/facemgr/includes/hicn/util/log.h with 100% similarity]
lib/includes/hicn/util/map.h [moved from ctrl/facemgr/src/util/map.h with 97% similarity]
lib/includes/hicn/util/set.h [moved from ctrl/facemgr/src/util/set.h with 98% similarity]
lib/src/CMakeLists.txt
lib/src/policy.c
lib/src/util/ip_address.c
lib/src/util/log.c [moved from ctrl/facemgr/src/util/log.c with 100% similarity]