aboutsummaryrefslogtreecommitdiff
path: root/src/compat/nanomsg/nn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/nanomsg/nn.c')
-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