summaryrefslogtreecommitdiffstats
path: root/utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h
diff options
context:
space:
mode:
authorMasoud Hemmatpour <mhemmatp@cisco.com>2019-04-04 13:34:04 +0200
committerMauro Sardara <msardara@cisco.com>2019-05-03 08:54:29 +0000
commite9a02cb3a565daab16e295c551dff80501f94974 (patch)
tree891701aac1b440c4e74c31f485dad667bfab3924 /utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h
parent305e7617be61d21ebd0dee043588c469bc28ad3b (diff)
[HICN-153] vapi definition warning
Change-Id: I50f381540e171fe2808d4e56cc24ba6d66e8a2ab Signed-off-by: Masoud Hemmatpour <mhemmatp@cisco.com>
Diffstat (limited to 'utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h')
-rw-r--r--utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h b/utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h
index d424ebf3a..adb7737aa 100644
--- a/utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h
+++ b/utils/sysrepo-plugins/hicn-light/plugin/hicn_light_comm.h
@@ -72,6 +72,9 @@
ARG_CHECK(retval, arg4); \
ARG_CHECK(retval, arg5)
+
+#define MEM_ALIGN 4096
+
int hicn_connect_light();
int hicn_disconnect_light();
extern hc_sock_t * hsocket;