blob: 5a420f94525db7d429d1a3c34c1dd20abd3ac063 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PRMonitor
=========
An opaque structure managed entirely by the client. Clients create them
when needed and must destroy them when no longer needed.
Syntax
------
.. code::
#include <prmon.h>
typedef struct PRMonitor PRMonitor;
|