X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c13871d73e933c1847faf8debea7b7745a3ff44..6a87962ff2bd64e3c863ea894dd745647e380c93:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index 7edcb02124..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 */ @@ -70,8 +68,6 @@ typedef struct simdata_process { int argc; /* arguments number if any */ msg_error_t last_errno; /* the last value returned by a MSG_function */ - msg_vm_t vm; /* virtual machine the process is in */ - void* data; /* user data */ } s_simdata_process_t, *simdata_process_t; @@ -112,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); @@ -139,7 +134,7 @@ XBT_PUBLIC_DATA(MSG_Global_t) msg_global; #endif msg_host_t __MSG_host_create(smx_host_t workstation); -void __MSG_host_destroy(msg_host_t host); +void __MSG_host_destroy(msg_host_priv_t host); void __MSG_display_process_status(void);