aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_impl.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-06 14:45:53 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-06 14:45:53 -0700
commit3da27f7c9c1077f285f53b1e80a1befffe104770 (patch)
treedad07400dced42b061d036c9dd86aaf501592dfc /src/platform/posix/posix_impl.h
parent82c70435ec9be9c607de4fbd62d4de9ae7d7c081 (diff)
downloadnng-3da27f7c9c1077f285f53b1e80a1befffe104770.tar.gz
nng-3da27f7c9c1077f285f53b1e80a1befffe104770.tar.bz2
nng-3da27f7c9c1077f285f53b1e80a1befffe104770.zip
Fixes for async resolver, plus a test suite for it.
Diffstat (limited to 'src/platform/posix/posix_impl.h')
-rw-r--r--src/platform/posix/posix_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/platform/posix/posix_impl.h b/src/platform/posix/posix_impl.h
index 3a2e29e1..407adf74 100644
--- a/src/platform/posix/posix_impl.h
+++ b/src/platform/posix/posix_impl.h
@@ -69,5 +69,7 @@ struct nni_plat_cv {
extern int nni_posix_pollq_sysinit(void);
extern void nni_posix_pollq_sysfini(void);
+extern int nni_posix_resolv_sysinit(void);
+extern void nni_posix_resolv_sysfini(void);
#endif // PLATFORM_POSIX_IMPL_H