diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-08 12:22:42 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-08 12:22:42 -0800 |
| commit | 5eb72cbdea39728a67a09fdd6f6d1084dadced67 (patch) | |
| tree | af284318658c05785d321dc726cc1bba51942665 /src/CMakeLists.txt | |
| parent | ec2574b09a746709f15d2a3f5de135e29f4bcb52 (diff) | |
| download | nng-5eb72cbdea39728a67a09fdd6f6d1084dadced67.tar.gz nng-5eb72cbdea39728a67a09fdd6f6d1084dadced67.tar.bz2 nng-5eb72cbdea39728a67a09fdd6f6d1084dadced67.zip | |
Add surveyor protocol (no tests yet).
This adds the surveyor protocol, and updates the respondent somewhat.
I've switched to using generic names for per-pipe and per-socket protocol
data. Hopefully this will make 'cut-n-paste' from other protocol
implementations easier.
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 67ef1833..ac029bc9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -77,6 +77,7 @@ set (NNG_SOURCES protocol/reqrep/req.c protocol/survey/respond.c + protocol/survey/survey.c transport/inproc/inproc.c |
