diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-02-24 22:26:26 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-02-24 22:26:26 -0800 |
| commit | 5436cc9e1619bf1dd80fabb568aac344ae65d406 (patch) | |
| tree | 8fd846ad7a47c596a7193906f49c59931ebf6876 /src/CMakeLists.txt | |
| parent | 13fe0a4424b55a75b20efb6a056f8cbb39739b24 (diff) | |
| download | nng-5436cc9e1619bf1dd80fabb568aac344ae65d406.tar.gz nng-5436cc9e1619bf1dd80fabb568aac344ae65d406.tar.bz2 nng-5436cc9e1619bf1dd80fabb568aac344ae65d406.zip | |
Async I/O for POSIX implemented using threads (untested.)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8cd94cdf..36d9e8a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -75,7 +75,10 @@ set (NNG_SOURCES platform/posix/posix_impl.h platform/posix/posix_config.h + platform/posix/posix_aio.h + platform/posix/posix_alloc.c + platform/posix/posix_aiothr.c platform/posix/posix_clock.c platform/posix/posix_debug.c platform/posix/posix_ipc.c |
