summaryrefslogtreecommitdiffstats
path: root/server/red_client_shared_cache.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-08 01:44:11 +0200
committerAlon Levy <alevy@redhat.com>2011-03-02 17:27:49 +0200
commitf7a99f858efd484ec890eebd24c8f92002722e9b (patch)
tree429e7568b210617d4dfe8df02eca719f192ae243 /server/red_client_shared_cache.h
parentb3ea0bec3d622fe36cb05944032b3faabd34434b (diff)
downloadspice-f7a99f858efd484ec890eebd24c8f92002722e9b.tar.gz
spice-f7a99f858efd484ec890eebd24c8f92002722e9b.tar.xz
spice-f7a99f858efd484ec890eebd24c8f92002722e9b.zip
server/red_worker: red_channel renames
The renames are part of refactoring red_worker's RedChannel to reuse red_channel.h's RedChannel at the end. s/red_send_data/red_channel_send/ s/red_pipe_get/red_channel_pipe_get/ s/recive_data/incoming/ s/red_receive/red_channel_receive/ s/channel_handle_message/red_channel_handle_message/ s/channel_is_connected/red_channel_is_connected/ s/red_pipe_add_type/red_channel_pipe_add_type/
Diffstat (limited to 'server/red_client_shared_cache.h')
-rw-r--r--server/red_client_shared_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_client_shared_cache.h b/server/red_client_shared_cache.h
index 4d50fe4f..75112c3a 100644
--- a/server/red_client_shared_cache.h
+++ b/server/red_client_shared_cache.h
@@ -94,7 +94,7 @@ static int FUNC_NAME(add)(CACHE *cache, uint64_t id, uint32_t size, int lossy, C
if (cache->generation != channel->CACH_GENERATION) {
if (!channel->pending_pixmaps_sync) {
- red_pipe_add_type((RedChannel *)channel, PIPE_ITEM_TYPE_PIXMAP_SYNC);
+ red_channel_pipe_add_type((RedChannel *)channel, PIPE_ITEM_TYPE_PIXMAP_SYNC);
channel->pending_pixmaps_sync = TRUE;
}
pthread_mutex_unlock(&cache->lock);