summaryrefslogtreecommitdiff
path: root/src/spice-stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spice-stream.hpp')
-rw-r--r--src/spice-stream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spice-stream.hpp b/src/spice-stream.hpp
index 5ef8cb5..17d158a 100644
--- a/src/spice-stream.hpp
+++ b/src/spice-stream.hpp
@@ -33,7 +33,7 @@ public:
* Return file descriptor to poll from
*/
int eventFd() const { return streamfd; }
- int read_command();
+ int read_command(int &streaming_requested);
int send_format(unsigned w, unsigned h, unsigned c);
int send_frame(const void *buf, const unsigned size);
void send_cursor(unsigned width, unsigned height, int hotspot_x, int hotspot_y,