Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be explicit to please sonar
[simgrid.git] / include / simgrid / msg.h
index 37eca20..0be8ead 100644 (file)
@@ -142,7 +142,7 @@ typedef struct msg_comm *msg_comm_t;
     structure, but always use the provided API to interact with
     processes.
  */
-typedef smx_process_t msg_process_t;
+typedef smx_actor_t msg_process_t;
 
 /** @brief Return code of most MSG functions
     @ingroup msg_simulation