summaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/includes/hicn/ctrl/face.h
diff options
context:
space:
mode:
authorJordan Augé <jordan.auge+fdio@cisco.com>2020-01-09 16:12:12 +0100
committerJordan Augé <jordan.auge+fdio@cisco.com>2020-01-09 16:13:51 +0100
commit89aeb9da4fb12502214ba7bf81c098586d5ec7ba (patch)
treed6b7d79916050953865154bd121d521297ddd24e /ctrl/libhicnctrl/includes/hicn/ctrl/face.h
parent00078ca97880ac0ccd5cc70954248dbdcd8e48e1 (diff)
[HICN-470] Fix wrong type for face_id_t in libhicnctrl
Change-Id: If345ba102971b0a718e7ac40f9d68a9e9dd9bd06 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
Diffstat (limited to 'ctrl/libhicnctrl/includes/hicn/ctrl/face.h')
-rw-r--r--ctrl/libhicnctrl/includes/hicn/ctrl/face.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrl/libhicnctrl/includes/hicn/ctrl/face.h b/ctrl/libhicnctrl/includes/hicn/ctrl/face.h
index 12bf3afa6..49a6a783c 100644
--- a/ctrl/libhicnctrl/includes/hicn/ctrl/face.h
+++ b/ctrl/libhicnctrl/includes/hicn/ctrl/face.h
@@ -148,6 +148,8 @@ extern const char * face_type_str[];
/* Face */
+typedef u32 face_id_t;
+
typedef struct {
face_type_t type;
face_state_t admin_state;