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