aboutsummaryrefslogtreecommitdiff
path: root/src/core/dialer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dialer.h')
-rw-r--r--src/core/dialer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dialer.h b/src/core/dialer.h
index 361c6d5e..da2cc992 100644
--- a/src/core/dialer.h
+++ b/src/core/dialer.h
@@ -26,5 +26,6 @@ extern int nni_dialer_setopt(
nni_dialer *, const char *, const void *, size_t, nni_opt_type);
extern int nni_dialer_getopt(
nni_dialer *, const char *, void *, size_t *, nni_opt_type);
+extern void nni_dialer_add_stat(nni_dialer *, nni_stat_item *);
#endif // CORE_DIALER_H