summaryrefslogtreecommitdiff
path: root/cesar/cp2/conn
diff options
context:
space:
mode:
authorboure2008-05-28 15:25:16 +0000
committerboure2008-05-28 15:25:16 +0000
commitbe27617e39d86e71af8d28ba6175342bf1229fe1 (patch)
tree96fc619ae0b950dd2669aa4adb8f04b394090381 /cesar/cp2/conn
parent9f4a9968a6d8e155f7e6c4947ab9d3f7170a390e (diff)
Modification concerning the bw_test.c and the management of the conns
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2128 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/conn')
-rw-r--r--cesar/cp2/conn/conn.h4
-rw-r--r--cesar/cp2/conn/link.h5
2 files changed, 5 insertions, 4 deletions
diff --git a/cesar/cp2/conn/conn.h b/cesar/cp2/conn/conn.h
index 94735a775a..cfef861ab9 100644
--- a/cesar/cp2/conn/conn.h
+++ b/cesar/cp2/conn/conn.h
@@ -44,12 +44,12 @@ struct cp_conn_t
/**
* Forward link id (global or local)
*/
- cp_link_t flid;
+ cp_link_t *flid;
/**
* Reverse link id (local or global)
*/
- cp_link_t rlid;
+ cp_link_t *rlid;
/**
* connection state
diff --git a/cesar/cp2/conn/link.h b/cesar/cp2/conn/link.h
index 9855796656..53c117bfb7 100644
--- a/cesar/cp2/conn/link.h
+++ b/cesar/cp2/conn/link.h
@@ -14,7 +14,7 @@
*
* « long description »
*/
-
+#include "lib/blk.h"
/**
* cinfo structure
*/
@@ -258,7 +258,8 @@ struct cp_link_t
/**
* forward BLE
*/
- cp_link_ble_interval_t *ble;
+ // cp_link_ble_interval_t *ble;
+ blk_t *ble;
/**
* expiration date of the connection used by the garbadge collector