X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01fc1d9e1180d76f5aa78180d54ef9f4088a2e90..6a87962ff2bd64e3c863ea894dd745647e380c93:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index f1c64b39b3..cfc212189e 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -58,8 +58,6 @@ typedef struct simdata_gpu_task { typedef struct simdata_process { msg_host_t m_host; /* the host on which the process is running */ - int PID; /* used for debugging purposes */ - int PPID; /* The parent PID */ msg_host_t put_host; /* used for debugging purposes */ #ifdef MSG_USE_DEPRECATED m_channel_t put_channel; /* used for debugging purposes */ @@ -110,7 +108,6 @@ typedef struct MSG_Global { #ifdef MSG_USE_DEPRECATED int max_channel; #endif - int PID; int session; unsigned long int sent_msg; /* Total amount of messages sent during the simulation */ void (*task_copy_callback) (msg_task_t task, msg_process_t src, msg_process_t dst);