Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's start with the library versionning
[simgrid.git] / src / amok / Bandwidth / bandwidth_private.h
index 39d71c2..1ddcc24 100644 (file)
@@ -35,8 +35,8 @@ void amok_bw_sat_leave(void);/* Each process must run it */
 typedef struct {
   s_xbt_peer_t peer; /* peer+raw socket to use */
   unsigned long int buf_size;
-  unsigned long int exp_size;
   unsigned long int msg_size;
+  unsigned long int msg_amount;
   double min_duration;
 } s_bw_request_t,*bw_request_t;
 
@@ -61,7 +61,7 @@ typedef struct {
 } s_sat_request_t,*sat_request_t;
 
 void amok_bw_sat_start(const char* from_name,unsigned int from_port,
-                      const char* to_name,unsigned int to_port,
-                      unsigned int msg_size, unsigned int duration);
+                                  const char* to_name,unsigned int to_port,
+                                  unsigned int msg_size, unsigned int duration);
 
 #endif /* AMOK_BANDWIDTH_PRIVATE_H */