From: thiery Date: Fri, 28 Jul 2006 11:50:55 +0000 (+0000) Subject: It was hard to use FIFOs when xbt_fifo_push was not mentioned in the doc X-Git-Tag: v3.3~2712 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/94d82f305aa8f28f405ab9b70dd2d5280a1ab3d9 It was hard to use FIFOs when xbt_fifo_push was not mentioned in the doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2647 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/fifo.c b/src/xbt/fifo.c index 2cd4f79d9c..e7cf7abbb5 100644 --- a/src/xbt/fifo.c +++ b/src/xbt/fifo.c @@ -36,7 +36,7 @@ void xbt_fifo_free(xbt_fifo_t l) return; } -/* Push +/** Push * \param l list * \param t element * \return the bucket that was just added