diff options
-rw-r--r-- | include/ouroboros/common.h | 9 |
1 files changed, 7 insertions, 2 deletions
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 |