aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-02-23 20:26:48 -0800
committerGarrett D'Amore <garrett@damore.org>2017-02-23 20:26:48 -0800
commit13fe0a4424b55a75b20efb6a056f8cbb39739b24 (patch)
treebfa889abe3d54f870111c62e4f85aa228563dac1 /src/CMakeLists.txt
parent1981675919003f2ea01971bb4fccbe99c57a2caf (diff)
downloadnng-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/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b23523e9..8cd94cdf 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -32,6 +32,8 @@ set (NNG_SOURCES
core/defs.h
+ core/aio.c
+ core/aio.h
core/clock.c
core/clock.h
core/device.c
@@ -44,8 +46,6 @@ set (NNG_SOURCES
core/idhash.h
core/init.c
core/init.h
- core/ioev.c
- core/ioev.h
core/list.c
core/list.h
core/message.c