From 13fe0a4424b55a75b20efb6a056f8cbb39739b24 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 23 Feb 2017 20:26:48 -0800 Subject: Rename ioev to aio. Eliminate generic cancel handling (not needed). We will still need some kind of specific handling of cancellation for msg queues, but it will be simpler to just implement that for the queues, and not worry about cancellation in the general case around poll etc. (The low level poll and I/O routines will get notified by their underlying transport pipes/descriptors closing.) --- src/core/nng_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nng_impl.h') diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index da3424c5..d3e3e5c6 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -25,11 +25,11 @@ #include "core/platform.h" +#include "core/aio.h" #include "core/clock.h" #include "core/device.h" #include "core/idhash.h" #include "core/init.h" -#include "core/ioev.h" #include "core/list.h" #include "core/message.h" #include "core/msgqueue.h" -- cgit v1.2.3-70-g09d2