From 4250fc119057eb6a6b534e9c0758488cc5fb034e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 24 Oct 2017 15:26:14 -0700 Subject: fixes #132 Implement saner notification for file descriptors This eliminates the "quasi-functional" notify API altogether. The aio framework will be coming soon to replace it. As a bonus, apps (legacy apps) that use the notification FDs will see improved performance, since we don't have to context switch to give them a notification. --- src/core/nng_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/nng_impl.h') diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index 905411d7..87dd2de1 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -46,7 +46,6 @@ // These have to come after the others - particularly transport.h #include "core/endpt.h" -#include "core/event.h" #include "core/pipe.h" #include "core/socket.h" -- cgit v1.2.3-70-g09d2