#define SH_CIRCLEQ_INIT ( head   ) 

Value:

{                                               \
        (head)->scqh_first = 0;                                         \
        (head)->scqh_last = 0;                                          \
}

Definition at line 269 of file shqueue.h.


Generated on Sun Jun 8 10:56:56 2008 for GNUmifluz by  doxygen 1.5.5