blob: 4fa215d9d3b6c065a1ba3ca276363685bd72eb36 (
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 implementer 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.
|