Functions

Misc fifo functions
[Fifo: generic workqueue]

Functions

void ** xbt_fifo_to_array (xbt_fifo_t)
xbt_fifo_t xbt_fifo_copy (xbt_fifo_t)

Function Documentation

void** xbt_fifo_to_array ( xbt_fifo_t  f  ) 
Parameters:
f a list
Returns:
a table with the objects stored in f.
xbt_fifo_t xbt_fifo_copy ( xbt_fifo_t  f  ) 
Parameters:
f a list
Returns:
a copy of f.


Back to the main Simgrid Documentation page Generated for SimGridAPI by doxygen