Next: , Up: Fixed Size Data Queue Interface   [Index]


6.2.1.1 Fixed Size Data Queue Types

typedef struct x1f4_??list_type {
    unsigned item;
    void *trans;
} x1f4_??list_type;

The struct x1f4_??list_type is used by the double ended queue constructor routines for construction specifications.

It includes features such as:

item

specifies the record data length. It is always used.

trans

specifies the memory allocator to be used, in the struct x1f4_trans_type definition. It is used only upon explicit request, via some bit in the flags argument of the constructor routine.

See struct x1f4_trans_type.

See Fixed Size Data Queue Definitions.