summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-04 17:16:01 +0200
committerAlon Levy <alevy@redhat.com>2011-02-07 19:06:52 +0200
commite571b5ebbb5f60d264f2d2eab8ec34d389fd3752 (patch)
tree3b8049ff7031d5b4f4c068a795398752a9219d92 /server/red_channel.h
parentbf6f246b2e8a921e6a524d092dd6f2d8cc1ced68 (diff)
downloadspice-e571b5ebbb5f60d264f2d2eab8ec34d389fd3752.tar.gz
spice-e571b5ebbb5f60d264f2d2eab8ec34d389fd3752.tar.xz
spice-e571b5ebbb5f60d264f2d2eab8ec34d389fd3752.zip
server/red_channel: add out_bytes_counter (unused)
Diffstat (limited to 'server/red_channel.h')
-rw-r--r--server/red_channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index 893a7f8a..e8ebb053 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -77,6 +77,9 @@ typedef struct OutgoingHandler {
on_outgoing_error_proc on_error;
on_outgoing_block_proc on_block;
on_outgoing_msg_done_proc on_msg_done;
+#ifdef RED_STATISTICS
+ uint64_t *out_bytes_counter;
+#endif
} OutgoingHandler;
/* Red Channel interface */