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

Public GIT Repository
[mc] Fix the umpire tesh files
[simgrid.git] / src / surf / network_ib.cpp
index de303c931d1be755bdbeb8ede51759698f351a52..9c9854c7a775f22ec1c57e1294f6b6ceb81be241 100644 (file)
@@ -51,7 +51,7 @@ static void IB_action_init_callback(NetworkActionPtr action,RoutingEdgePtr src,
     xbt_die("could not find dst node active comms !");  
  // act_dst->rate=rate;
   
-  ((NetworkIBModel*)surf_network_model)->active_comms[action]=make_pair<IBNode*,IBNode*>(act_src, act_dst);
+  ((NetworkIBModel*)surf_network_model)->active_comms[action]=make_pair(act_src, act_dst);
   //post the action in the second dist, to retrieve in the other callback
   XBT_DEBUG("IB callback - action %p init", action);