Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not even for debugging purposes :)
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Feb 2017 23:43:12 +0000 (00:43 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Feb 2017 23:43:12 +0000 (00:43 +0100)
src/msg/msg_private.h

index 0f35f3b..d1b9ad2 100644 (file)
@@ -77,7 +77,6 @@ typedef struct simdata_file {
 
 typedef struct simdata_process {
   msg_host_t m_host;              /* the host on which the process is running */
-  msg_host_t put_host;            /* used for debugging purposes */
   smx_activity_t waiting_action;
   msg_task_t waiting_task;
   msg_error_t last_errno;       /* the last value returned by a MSG_function */