From 71c93ca569034b1346dc625b6b22ecab83d5bcce Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Tue, 1 Mar 2016 16:11:14 +0100 Subject: include: Update to common.h added dif_name to qos_spec and removed it from dif_info --- include/ouroboros/common.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'include/ouroboros/common.h') diff --git a/include/ouroboros/common.h b/include/ouroboros/common.h index a6efaafa..f5810bcd 100644 --- a/include/ouroboros/common.h +++ b/include/ouroboros/common.h @@ -42,9 +42,10 @@ typedef struct { int aei_id; } rina_name_t; -/* FIXME: To be extended to have all QoS params */ +/* FIXME: may need revision */ struct qos_spec { char * qos_name; + char * dif_name; uint32_t delay; uint32_t jitter; @@ -53,13 +54,9 @@ struct qos_spec { /* FIXME: What should be configurable in the DIF? */ struct dif_config { /* general data */ - char * dif_name; - qos_spec * qosspecs; - /* FIXME: this might not be the way to go */ - char ** policies; - /* char * policy_set? */ + /* TODO: efficient policies */ /* dt field sizes in octets */ uint8_t addr_size; -- cgit v1.2.3