Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A few more functions and I'll be able to make MSG program start and crash... :)
[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;