From c8bb6577989e8e72626fcf63a4d1b6b54154f86c Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 15 Feb 2016 12:14:30 +0100 Subject: include: Rename parts of rina_name_t The ids of the name are now referring to the instance. --- include/ouroboros/common.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ouroboros/common.h b/include/ouroboros/common.h index 4d76d230..f2be815f 100644 --- a/include/ouroboros/common.h +++ b/include/ouroboros/common.h @@ -35,9 +35,9 @@ typedef struct { typedef struct { char * ap_name; - int ap_id; + int api_id; char * ae_name; - int ae_id; + int aei_id; } rina_name_t; /* FIXME: To be extended to have all QoS params */ @@ -48,4 +48,9 @@ struct qos_spec { double jitter; }; +/* FIXME: What should be configurable in the DIF? */ +struct dif_info { + int cep_id_size; +}; + #endif -- cgit v1.2.3