aboutsummaryrefslogtreecommitdiff
path: root/src/compat
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-04-14 11:50:43 -0700
committerGarrett D'Amore <garrett@damore.org>2018-04-14 11:50:43 -0700
commitc66ef25c7dfd0c2a3c4a8aa8eea223fa186c2311 (patch)
treeb10b837b0d307d11d031ddba45453fa2d7875dd8 /src/compat
parent05b73764578e854cedf3675f47fd2dd34d873e99 (diff)
downloadnng-c66ef25c7dfd0c2a3c4a8aa8eea223fa186c2311.tar.gz
nng-c66ef25c7dfd0c2a3c4a8aa8eea223fa186c2311.tar.bz2
nng-c66ef25c7dfd0c2a3c4a8aa8eea223fa186c2311.zip
fixes #303 Flesh out compatible API docs
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/nanomsg/nn.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/compat/nanomsg/nn.c b/src/compat/nanomsg/nn.c
index a95481bf..ee237c40 100644
--- a/src/compat/nanomsg/nn.c
+++ b/src/compat/nanomsg/nn.c
@@ -795,3 +795,12 @@ nn_term(void)
// in a library -- only e.g. atexit() and similar.
nng_closeall();
}
+
+uint64_t
+nn_get_statistic(int x, int y)
+{
+ (void) x;
+ (void) y;
+
+ return (0);
+} \ No newline at end of file