From c66ef25c7dfd0c2a3c4a8aa8eea223fa186c2311 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 14 Apr 2018 11:50:43 -0700 Subject: fixes #303 Flesh out compatible API docs --- src/compat/nanomsg/nn.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2