summaryrefslogtreecommitdiffstats
path: root/client/red_channel.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-07 20:03:11 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-18 18:15:39 +0200
commit659499478eb03d7f7cba6c4363f97b379b7adc3b (patch)
tree11200b0cc712fa51d9f858a2b6b29434302a9880 /client/red_channel.h
parent00086b8898ad9527aba72d3b4348e8892de42eba (diff)
downloadspice-659499478eb03d7f7cba6c4363f97b379b7adc3b.tar.gz
spice-659499478eb03d7f7cba6c4363f97b379b7adc3b.tar.xz
spice-659499478eb03d7f7cba6c4363f97b379b7adc3b.zip
client: s/recive/receive
Diffstat (limited to 'client/red_channel.h')
-rw-r--r--client/red_channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/red_channel.h b/client/red_channel.h
index a3266809..6a5a9f6e 100644
--- a/client/red_channel.h
+++ b/client/red_channel.h
@@ -126,7 +126,7 @@ public:
virtual void disconnect();
virtual bool abort();
- virtual CompoundInMessage *recive();
+ virtual CompoundInMessage *receive();
virtual void post_message(RedChannel::OutMessage* message);
int get_connection_error() { return _error;}
@@ -154,10 +154,10 @@ private:
void run();
void send_migrate_flush_mark();
void send_messages();
- void recive_messages();
+ void receive_messages();
void on_send_trigger();
virtual void on_event();
- void on_message_recived();
+ void on_message_received();
void on_message_complition(uint64_t serial);
static void* worker_main(void *);