Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Debug the cloud API, it should work as expected now."
[simgrid.git] / src / msg / msg_private.h
index cc570f1..23699dd 100644 (file)
@@ -83,7 +83,6 @@ typedef struct process_arg {
   double kill_time;
 } s_process_arg_t, *process_arg_t;
 
-
 typedef struct msg_comm {
   smx_action_t s_comm;          /* SIMIX communication object encapsulated (the same for both processes) */
   m_task_t task_sent;           /* task sent (NULL for the receiver) */
@@ -104,11 +103,6 @@ typedef struct msg_vm {
   int coreAmount;
 } s_msg_vm_t;
 
-typedef struct s_msg_process_data {
-       void *data;
-       msg_vm_t current_vm;
-} s_msg_process_data_t, *msg_process_data_t;
-
 /************************** Global variables ********************************/
 typedef struct MSG_Global {
   xbt_fifo_t host;