summaryrefslogtreecommitdiff
path: root/src/platform/posix
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-21 20:05:48 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-21 20:05:48 -0800
commitc9593dfc5796a98b94ef516fce662f2e040acffe (patch)
tree72f28415fdb377ce32458488cf05e40c65a86594 /src/platform/posix
parentdc48f6afe9c5d5c8700f756ff0b3f0860f087d9d (diff)
downloadnng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.gz
nng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.bz2
nng-c9593dfc5796a98b94ef516fce662f2e040acffe.zip
Initial swag at notification pipes (not used yet).
Diffstat (limited to 'src/platform/posix')
-rw-r--r--src/platform/posix/posix_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/posix/posix_impl.h b/src/platform/posix/posix_impl.h
index 3faebfd4..56cc5937 100644
--- a/src/platform/posix/posix_impl.h
+++ b/src/platform/posix/posix_impl.h
@@ -22,6 +22,7 @@
#define PLATFORM_POSIX_CLOCK
#define PLATFORM_POSIX_IPC
#define PLATFORM_POSIX_NET
+#define PLATFORM_POSIX_PIPE
#define PLATFORM_POSIX_RANDOM
#define PLATFORM_POSIX_THREAD