summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco
diff options
context:
space:
mode:
authorboure2008-05-28 15:03:13 +0000
committerboure2008-05-28 15:03:13 +0000
commit9f4a9968a6d8e155f7e6c4947ab9d3f7170a390e (patch)
treeba83bf4a426f86f4ef1436a44c52def17085f862 /cesar/cp2/cco
parent696e2c0c4a9c92b45416200d9db3f807b44656a1 (diff)
add blank function for compilation purpose
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2127 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco')
-rw-r--r--cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c b/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c
index de88e8a2f6..0c532adb41 100644
--- a/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c
+++ b/cesar/cp2/cco/bw/test/src/bw_list_alloc_test.c
@@ -19,6 +19,7 @@
#include "cp2/cco/bw/bw_lib_alloc.h"
+#include "cp2/conn/conn.h"
/**
* Add a node to the set.
* \param test the test object.
@@ -77,6 +78,12 @@ test_case_bw_schedules_add (test_t test)
cp_cco_bw_schedules_uninit (&set);
}
+cp_conn_t*
+cp_conn_get_conn (cp_t *ctx, u8 cid)
+{
+ return NULL;
+}
+
int
main (void)
{