summaryrefslogtreecommitdiff
path: root/docs/ref/compat/nn_get_statistic.adoc
blob: c0b317575c266bb8e7a17d64c0597c8b1b1a4408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## nn_get_statistic

Get statistic (stub).

### Synopsis

```c
#include <nanomsg/nn.h>

uint64_t nn_get_statistic(int sock, int stat);
```

### Description

The `nn_get_statistic` function exists only as a stub, and always returns zero.

### Return Values

Zero.