summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/bw_lib_alloc.h
diff options
context:
space:
mode:
authorboure2008-06-12 16:01:25 +0000
committerboure2008-06-12 16:01:25 +0000
commit302fab68ba755e58b50eb9ca2417dddb029bdd6d (patch)
tree0d8b0f0e3a9c2d55bf4f3bcaf4167b1833486dea /cesar/cp2/cco/bw/bw_lib_alloc.h
parent3d7d8daf84bd5d9912a55a02e2aad125cf3733f2 (diff)
Add Dev && utest on functions related to the allocations
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2312 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco/bw/bw_lib_alloc.h')
-rw-r--r--cesar/cp2/cco/bw/bw_lib_alloc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cesar/cp2/cco/bw/bw_lib_alloc.h b/cesar/cp2/cco/bw/bw_lib_alloc.h
index a5ecd32d4a..ca006cc636 100644
--- a/cesar/cp2/cco/bw/bw_lib_alloc.h
+++ b/cesar/cp2/cco/bw/bw_lib_alloc.h
@@ -45,22 +45,22 @@ cp_cco_bw_schedules_prepare (cp_t *ctx, set_t *set,
* \param write true if the node is not only hold by this set.
*/
void
-cp_cco_bw_schedules_add (set_t *set, cp_cco_bw_alloc_conn_t *alloc,
+cp_cco_bw_schedules_add (set_t *set, cp_cco_bw_alloc_t *alloc,
bool write);
/** Get the first allocation.
* \param set the set.
* \return the first allocation of the set.
*/
-cp_cco_bw_alloc_conn_t*
+cp_cco_bw_alloc_t*
cp_cco_bw_schedules_get_first (set_t *set);
/** Get the next allocation.
* \param set the set.
* \return the first allocation of the set.
*/
-cp_cco_bw_alloc_conn_t*
-cp_cco_bw_schedules_get_next (set_t *set, cp_cco_bw_alloc_conn_t* alloc);
+cp_cco_bw_alloc_t*
+cp_cco_bw_schedules_get_next (set_t *set, cp_cco_bw_alloc_t* alloc);
/**
* Compare two nodes.