summaryrefslogtreecommitdiffstats
path: root/server/display-channel.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-13 21:25:29 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-11-06 09:35:16 +0000
commited70743f7c65a90b929c95b027080dc6efb5a945 (patch)
tree17ce98ca861e657c221060d90c4de3ab50afc71d /server/display-channel.h
parente839dc23b3401fd93f13473af3301240418b0820 (diff)
downloadspice-ed70743f7c65a90b929c95b027080dc6efb5a945.tar.gz
spice-ed70743f7c65a90b929c95b027080dc6efb5a945.tar.xz
spice-ed70743f7c65a90b929c95b027080dc6efb5a945.zip
worker: move some compress stats to display
Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index d6d65e02..827a9d4f 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -360,4 +360,7 @@ struct DisplayChannel {
#endif
};
+void display_channel_compress_stats_print (const DisplayChannel *display);
+void display_channel_compress_stats_reset (DisplayChannel *display);
+
#endif /* DISPLAY_CHANNEL_H_ */