summaryrefslogtreecommitdiffstats
path: root/include/libssh/messages.h
diff options
context:
space:
mode:
authormilo <milo@r0ot.me>2011-03-11 13:39:29 +0100
committermilo <milo@r0ot.me>2011-04-14 14:05:44 +0200
commit7cc4471168550021eec6b7b97dc24c79d4fb366d (patch)
tree3c54819ef232295fd62296d5a37d70e6ed6f2275 /include/libssh/messages.h
parent3046a5061433b7000964aec5169d127191b6aeed (diff)
downloadlibssh-7cc4471168550021eec6b7b97dc24c79d4fb366d.tar.gz
libssh-7cc4471168550021eec6b7b97dc24c79d4fb366d.tar.xz
libssh-7cc4471168550021eec6b7b97dc24c79d4fb366d.zip
Implemented X11 server side
Diffstat (limited to 'include/libssh/messages.h')
-rw-r--r--include/libssh/messages.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libssh/messages.h b/include/libssh/messages.h
index 5001fbe..8f70b5f 100644
--- a/include/libssh/messages.h
+++ b/include/libssh/messages.h
@@ -74,6 +74,12 @@ struct ssh_channel_request {
char *command;
/* subsystem */
char *subsystem;
+
+ /* X11 */
+ uint8_t x11_single_connection;
+ char *x11_auth_protocol;
+ char *x11_auth_cookie;
+ uint32_t x11_screen_number;
};
struct ssh_message_struct {