summaryrefslogtreecommitdiffstats
path: root/client/red_peer.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-02-25 14:52:36 +0100
committerIzik Eidus <ieidus@redhat.com>2010-02-27 22:12:08 +0200
commit872be6b2d787ce0772beb7a5f741e14ed373ef86 (patch)
tree57e27ddbdf4b96f45e1ffdd042aaab818d2078fc /client/red_peer.h
parent878c215501825cf3cd17a399b5e7dce79957f1ab (diff)
downloadspice-872be6b2d787ce0772beb7a5f741e14ed373ef86.tar.gz
spice-872be6b2d787ce0772beb7a5f741e14ed373ef86.tar.xz
spice-872be6b2d787ce0772beb7a5f741e14ed373ef86.zip
spice client: add ipv6 support.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'client/red_peer.h')
-rw-r--r--client/red_peer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/red_peer.h b/client/red_peer.h
index cb5f868d..091f51aa 100644
--- a/client/red_peer.h
+++ b/client/red_peer.h
@@ -113,8 +113,6 @@ public:
uint32_t recive(uint8_t* buf, uint32_t size);
uint32_t send(uint8_t* buf, uint32_t size);
- static uint32_t host_by_name(const char *host);
-
protected:
virtual void on_event() {}
virtual int get_socket() { return _peer;}