summaryrefslogtreecommitdiffstats
path: root/client/red_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_channel.h')
-rw-r--r--client/red_channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/red_channel.h b/client/red_channel.h
index ba78acce..ee5b1851 100644
--- a/client/red_channel.h
+++ b/client/red_channel.h
@@ -66,6 +66,8 @@ public:
uint32_t get_peer_major() { return _remote_major;}
uint32_t get_peer_minor() { return _remote_minor;}
+ virtual void swap(RedChannelBase* other);
+
protected:
void set_common_capability(uint32_t cap);
void set_capability(uint32_t cap);