summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/clipboard_common.h')
-rw-r--r--sesman/chansrv/clipboard_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard_common.h b/sesman/chansrv/clipboard_common.h
index 0a155394..3b627844 100644
--- a/sesman/chansrv/clipboard_common.h
+++ b/sesman/chansrv/clipboard_common.h
@@ -110,6 +110,8 @@ struct clip_c2s /* client to server, pasting from mstsc to linux app */
Window window; /* Window used in INCR transfer */
int xrdp_clip_type; /* XRDP_CB_TEXT, XRDP_CB_BITMAP, XRDP_CB_FILE, ... */
int converted;
+ int in_request; /* a data request has been sent to client */
+ int doing_response_ss; /* doing response short circuit */
Time clip_time;
};