Revision 62f68831 include/peersampler.h
include/peersampler.h | ||
---|---|---|
6 | 6 |
* @brief Peer Sampler interface. |
7 | 7 |
* |
8 | 8 |
* This is the Peer Sampler interface. See @link topology_test.c |
9 |
* topology_test.c @endlink for an usage example |
|
9 |
* topology_test.c @endlink for a simple usage example, |
|
10 |
* @link topology_test_th.c topology_test_th.c @endlink for an |
|
11 |
* example using multiple threads, and @link topology_test_attr.c |
|
12 |
* topology_test_attr.c @endlink for an example with metadata. |
|
10 | 13 |
* |
11 | 14 |
*/ |
12 | 15 |
|
13 | 16 |
/** @example topology_test.c |
14 | 17 |
* |
15 |
* A test program showing how to use the Peer Sampler API. |
|
18 |
* A simple example showing how to use the Peer Sampler API. |
|
19 |
* |
|
20 |
*/ |
|
21 |
|
|
22 |
/** @example topology_test_th.c |
|
23 |
* |
|
24 |
* An example showing how to use the Peer Sampler API with multiple threads. |
|
25 |
* |
|
26 |
*/ |
|
27 |
|
|
28 |
/** @example topology_test_attr.c |
|
29 |
* |
|
30 |
* An example showing how to use the Peer Sampler API with peers' attributes |
|
31 |
* (metadata). |
|
16 | 32 |
* |
17 | 33 |
*/ |
18 | 34 |
|
Also available in: Unified diff