Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar: this datatype is not used anymore
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 28 Mar 2017 07:04:45 +0000 (09:04 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 28 Mar 2017 07:04:45 +0000 (09:04 +0200)
src/msg/msg_private.h

index 008bf98..d921f5f 100644 (file)
@@ -82,17 +82,6 @@ public:
 };
 }
 
-typedef struct process_arg {
-  const char *name;
-  xbt_main_func_t code;
-  void *data;
-  msg_host_t m_host;
-  int argc;
-  char **argv;
-  double kill_time;
-} s_process_arg_t;
-typedef s_process_arg_t* process_arg_t;
-
 typedef struct msg_comm {
   smx_activity_t s_comm;          /* SIMIX communication object encapsulated (the same for both processes) */
   msg_task_t task_sent;           /* task sent (NULL for the receiver) */