Structures


o s_ring
The ring structure
o s_dring
double linked object
o s_nring
Include this structure for named object
o s_ndring
Double linked named object
The easiest way to use rings is to include a ring structure in your C object structure :
     struct s_your_object {
        type member;
        ...
        struct s_ring sibling;
        type member;
        ....
     };
The set of macros use the ring structure member name to find the offset of the ring structure in yours. These macros try to keep type informations as far as possible for the compiler to be able to check them.

Alphabetic index



This page was generated with the help of DOC++.
from : machinman.net, updated on