diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-02-23 20:26:48 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-02-23 20:26:48 -0800 |
| commit | 13fe0a4424b55a75b20efb6a056f8cbb39739b24 (patch) | |
| tree | bfa889abe3d54f870111c62e4f85aa228563dac1 /src/core/nng_impl.h | |
| parent | 1981675919003f2ea01971bb4fccbe99c57a2caf (diff) | |
| download | nng-13fe0a4424b55a75b20efb6a056f8cbb39739b24.tar.gz nng-13fe0a4424b55a75b20efb6a056f8cbb39739b24.tar.bz2 nng-13fe0a4424b55a75b20efb6a056f8cbb39739b24.zip | |
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.)
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
