aboutsummaryrefslogtreecommitdiff
path: root/src/core/nng_impl.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-03-03 20:36:47 -0800
committerGarrett D'Amore <garrett@damore.org>2017-03-03 20:36:47 -0800
commitc17a1dd3f5333da59355ecc3f8788a0396a8f72d (patch)
tree77e6790df0fa45b57fafa749f3380fc4b8aa230e /src/core/nng_impl.h
parent97614393e450b6c6813021f0e733b864a6265872 (diff)
downloadnng-c17a1dd3f5333da59355ecc3f8788a0396a8f72d.tar.gz
nng-c17a1dd3f5333da59355ecc3f8788a0396a8f72d.tar.bz2
nng-c17a1dd3f5333da59355ecc3f8788a0396a8f72d.zip
Timer implementation. Operations can timeout now?
Diffstat (limited to 'src/core/nng_impl.h')
-rw-r--r--src/core/nng_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h
index d3e3e5c6..2a72766c 100644
--- a/src/core/nng_impl.h
+++ b/src/core/nng_impl.h
@@ -39,6 +39,7 @@
#include "core/random.h"
#include "core/taskq.h"
#include "core/thread.h"
+#include "core/timer.h"
#include "core/transport.h"
// These have to come after the others - particularly transport.h