Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finished to rewrite most functions. Now let's try it and spend one week to debug...
[simgrid.git] / src / msg / private.h
index 6e485d4..b3f64e8 100644 (file)
@@ -54,7 +54,6 @@ typedef struct simdata_process {
 /************************** Global variables ********************************/
 typedef struct MSG_Global {
   xbt_fifo_t host;
-  xbt_fifo_t link;
   xbt_fifo_t process_to_run;
   xbt_fifo_t process_list;
   int max_channel;