summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/buffered_socket_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/buffered_socket_writer.h')
-rw-r--r--remoting/protocol/buffered_socket_writer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/buffered_socket_writer.h b/remoting/protocol/buffered_socket_writer.h
index 1249080..46a3a7e 100644
--- a/remoting/protocol/buffered_socket_writer.h
+++ b/remoting/protocol/buffered_socket_writer.h
@@ -55,7 +55,8 @@ class BufferedSocketWriterBase
// to be written. Can be called on any thread.
int GetBufferChunks();
- // Stops writing and drops current buffers.
+ // Stops writing and drops current buffers. Must be called on the
+ // network thread.
void Close();
protected: