]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.h
Implement client-server feature negotiation.
[paraslash.git] / command.h
index 05510cc08aa33d50a104f71a05d353ad3027e7d2..851c00ba2f4ab4450493d29f878ea65125462588 100644 (file)
--- a/command.h
+++ b/command.h
@@ -14,6 +14,8 @@ struct command_context {
        struct server_command *cmd;
        /** File descriptor and crypto keys. */
        struct stream_cipher_context scc;
+       /** Whether to use the sideband API for this command. */
+       bool use_sideband;
 };
 
 /**