prfileprivate.rst (432B)
1 PRFilePrivate 2 ============= 3 4 5 Layer-dependent implementation data. 6 7 8 Syntax 9 ------ 10 11 .. code:: 12 13 #include <prio.h> 14 15 typedef struct PRFilePrivate PRFilePrivate; 16 17 18 Description 19 ----------- 20 21 A layer implementer should collect all the private data of the layer in 22 the :ref:`PRFilePrivate` structure. Each layer has its own definition of 23 :ref:`PRFilePrivate`, which is hidden from other layers as well as from the 24 users of the layer.