Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Build ID are somewhat gnu/linux specific.
[simgrid.git] / src / mc / mc_state.h
index be926fd..371d248 100644 (file)
@@ -35,7 +35,7 @@ enum class PatternCommunicationType {
 
 struct PatternCommunication {
   int num = 0;
-  smx_synchro_t comm_addr;
+  smx_activity_t comm_addr;
   PatternCommunicationType type = PatternCommunicationType::send;
   unsigned long src_proc = 0;
   unsigned long dst_proc = 0;
@@ -148,7 +148,7 @@ struct XBT_PRIVATE State {
   State();
 
   std::size_t interleaveSize() const;
-  void interleave(smx_process_t process)
+  void interleave(smx_actor_t process)
   {
     this->processStates[process->pid].interleave();
   }