X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=command.h;h=851c00ba2f4ab4450493d29f878ea65125462588;hb=e151dbb7;hp=05510cc08aa33d50a104f71a05d353ad3027e7d2;hpb=0703f75a276020f9645f987134d49402f7c019c0;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; }; /**