summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco
diff options
context:
space:
mode:
authorboure2008-05-27 07:46:36 +0000
committerboure2008-05-27 07:46:36 +0000
commit7d88f84db05b26b0f2b6d423d000bc2080ac9f71 (patch)
treee5a94cfc2eb5c47c60829047143259c5a7951cbb /cesar/cp2/cco
parent67865ab27e7419d8e158d3ab0d47746380f0d080 (diff)
modification prio_conn structure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2098 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco')
-rw-r--r--cesar/cp2/cco/bw/bw_prio_heap.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/cesar/cp2/cco/bw/bw_prio_heap.h b/cesar/cp2/cco/bw/bw_prio_heap.h
index d61d16fda4..756ff06110 100644
--- a/cesar/cp2/cco/bw/bw_prio_heap.h
+++ b/cesar/cp2/cco/bw/bw_prio_heap.h
@@ -26,6 +26,13 @@ struct cp_cco_bw_prio_conn_t
*/
u8 cid;
+
+ /**
+ * Allocation status true : allocated false : not allocated
+ */
+
+ bool alloc_status;
+
/**
* Node of the List
*/
@@ -76,7 +83,7 @@ typedef struct cp_cco_bw_prio_heap_t cp_cco_bw_prio_heap_t;
* \return \todo fill this
*
*/
-u8
+cp_cco_bw_prio_conn_t*
cp_cco_bw_prio_heap_get_most_prior_conn (cp_t *ctx);
/**