]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.h
client: Remove sb-compatibility code.
[paraslash.git] / client.h
index 92e14b15eabc686b95a077d0097598f99b3f97a6..0685f33e0a3ac2f06106adbacf151f0773840c3b 100644 (file)
--- a/client.h
+++ b/client.h
@@ -34,9 +34,7 @@ struct client_task {
        int status;
        /** The file descriptor and the session keys. */
        struct stream_cipher_context scc;
-       /** True if this connections uses the sideband API. */
-       bool use_sideband;
-       /** The sideband context, ignored if \a use_sideband is false. */
+       /** The sideband context. */
        struct sb_context *sbc;
        /** The hash value of the decrypted challenge. */
        unsigned char *challenge_hash;