Esempio n. 1
0
/**
 * \ingroup simix_comm_management
 *
 */
int simcall_comm_test(smx_synchro_t comm)
{
  return simcall_BODY_comm_test(comm);
}
Esempio n. 2
0
/**
 * \ingroup simix_comm_management
 *
 */
int simcall_comm_test(smx_action_t comm)
{
  return simcall_BODY_comm_test(comm);
}