Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
actually, there is no need for the MsgActor to remember about its host. Its s4u compo...
[simgrid.git] / src / msg / msg_private.h
index b0aea86..3a67a81 100644 (file)
@@ -75,7 +75,6 @@ typedef struct simdata_file {
 
 class MsgActorExt {
 public:
-  msg_host_t host_; /* the host on which the process is running */
   msg_error_t errno_ = MSG_OK;  /* the last value returned by a MSG_function */
   void* data = nullptr; /* user data */
 };