diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 10:25:18 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 10:25:18 +0200 |
commit | 0a2f88984a4543aa69c15d8d8639180816857a6b (patch) | |
tree | 759f4d025d4cb95e010081839197045a7fde9826 /src/options.hpp | |
parent | b018208d5901873a374d08a98cf31e3bb89d12d0 (diff) |
Revert "Implement SP wire protocol"
This reverts commit a34ea4d80609395150742259fd8c9caa4409e961.
Diffstat (limited to 'src/options.hpp')
-rw-r--r-- | src/options.hpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/options.hpp b/src/options.hpp index 9070c0f..805f793 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -92,16 +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 service id, pattern, version, role and complementary - // role. - int sp_service; - 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; |