]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_vivaldi.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing misplaced code (was moved from here before routing update)
[simgrid.git] / src / surf / network_vivaldi.c
index 74afcc47aaf8f160eeb943ef35680e3d979ffa0f..0fb5da1017b8670a4bb56d7dbb1c6bcbf4d17369 100644 (file)
@@ -126,7 +126,7 @@ static void netviva_update_resource_state(void *id,
 }
 
 static surf_action_t netviva_communicate(const char *src_name, const char *dst_name,
-                                 int src, int dst, double size, double rate)
+                                  double size, double rate)
 {
   surf_action_network_Vivaldi_t action = NULL;
   netviva_coords_t c1,c2;