X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.h;h=851c00ba2f4ab4450493d29f878ea65125462588;hb=e151dbb7;hp=05510cc08aa33d50a104f71a05d353ad3027e7d2;hpb=e31d5dc4774caa3a90d8be566bfd94b9e5cf1482;p=paraslash.git diff --git a/command.h b/command.h index 05510cc0..851c00ba 100644 --- 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; }; /**