From 5eb72cbdea39728a67a09fdd6f6d1084dadced67 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 8 Jan 2017 12:22:42 -0800 Subject: 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. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') 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 -- cgit v1.2.3-70-g09d2