summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-05-01 16:41:04 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-05-01 16:41:04 +0200
commit971cbeda3de6691b212ad18bed9e9f08b278cfe1 (patch)
treeadadbdfb63dd5d95e72a9eef54c738e20d81f013 /src/options.hpp
parentdce17292e1f62ca692aa36ed3eaf5bfb09e7ab69 (diff)
Revert "Implement protocol versioning (except PGM)"
This reverts commit 512f3a604924fec9d89e2b4bfd6f73aa66309fa7.
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 89d6d2a..805f793 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -92,14 +92,8 @@ namespace xs
// If 1, keepalives are to be sent periodically.
int keepalive;
- // If true, the legacy non-SP wire protocol is in use.
- bool legacy_protocol;
-
- // SP protocol pattern, version, role and complementary role.
- int sp_pattern;
- int sp_version;
- int sp_role;
- int sp_complement;
+ // Version of wire protocol to use.
+ int protocol;
// Filter ID to be used with subscriptions and unsubscriptions.
int filter;