diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-01 19:28:46 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-01 19:28:46 -0800 |
| commit | eae9af1d228cd92387a978e52b9f5032a06dc175 (patch) | |
| tree | 4e822d6208ebf4d1d7708ac3176ef348c42cac8e /src/CMakeLists.txt | |
| parent | 3a421d08f87b8b34786ac47e30552fbdb2cf4371 (diff) | |
| download | nng-eae9af1d228cd92387a978e52b9f5032a06dc175.tar.gz nng-eae9af1d228cd92387a978e52b9f5032a06dc175.tar.bz2 nng-eae9af1d228cd92387a978e52b9f5032a06dc175.zip | |
REQ/REP use new style locks. Also, enable compilation for REP.
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 4b09bedc..96ae3fdc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -67,6 +67,7 @@ set (NNG_SOURCES protocol/pair/pair.c + protocol/reqrep/rep.c protocol/reqrep/req.c transport/inproc/inproc.c |
