]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_network_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the wrong macro usage of WITHOUT_ANSWER
[simgrid.git] / src / simix / smx_network_private.h
index 263d0ba4035f612bde3a3187ccfa523f71e203be..af4a73f41329f1330570651be390580e2350b37b 100644 (file)
@@ -113,5 +113,8 @@ void* SIMIX_pre_comm_get_src_data(smx_simcall_t simcall, smx_action_t action);
 void* SIMIX_pre_comm_get_dst_data(smx_simcall_t simcall, smx_action_t action);
 smx_process_t SIMIX_pre_comm_get_src_proc(smx_simcall_t simcall, smx_action_t action);
 smx_process_t SIMIX_pre_comm_get_dst_proc(smx_simcall_t simcall, smx_action_t action);
+#ifdef HAVE_LATENCY_BOUND_TRACKING
+int SIMIX_pre_comm_is_latency_bounded(smx_simcall_t simcall, smx_action_t action);
+#endif
 #endif