diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-12 20:14:53 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-12 20:14:53 -0800 |
| commit | 1d1e8703b5735cd65fd3835573a6a66868adafa6 (patch) | |
| tree | cc57311af4e97eb739b3ab2d4fb2037815111240 /src/CMakeLists.txt | |
| parent | f00468fa4eddbdeddcd7312ff9ad878739e86464 (diff) | |
| download | nng-1d1e8703b5735cd65fd3835573a6a66868adafa6.tar.gz nng-1d1e8703b5735cd65fd3835573a6a66868adafa6.tar.bz2 nng-1d1e8703b5735cd65fd3835573a6a66868adafa6.zip | |
More pipe details, and clarified locking / call order comments in transport.h.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d6bd960b..af29cfac 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,6 +34,7 @@ set (NNG_SOURCES core/nng_impl.h core/panic.c core/panic.h + core/pipe.c core/platform.c core/platform.h core/protocol.h |
