Typedefs | Functions

Fifo constructor and destructor
[Fifo: generic workqueue]

Typedefs

typedef struct xbt_fifo_item * xbt_fifo_item_t
 Bucket structure.
typedef struct xbt_fifo * xbt_fifo_t
 FIFO structure.

Functions

xbt_fifo_t xbt_fifo_new (void)
void xbt_fifo_free (xbt_fifo_t)

Function Documentation

xbt_fifo_t xbt_fifo_new ( void   ) 

Constructor

Returns:
a new fifo
void xbt_fifo_free ( xbt_fifo_t  l  ) 

Destructor

Parameters:
l poor victim

Free the fifo structure. None of the objects that was in the fifo is however modified.


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