X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=9b1a45a488561d2aa76c0b5830dac015715b9aa7;hb=00553e52a4bad0a6c1c3ded49ae6851b07a9498b;hp=d7c1b1d590ec8cd9a29a4c2767ac88bec5865d78;hpb=d1bf207d30fe62a15d0e8669d186374c68e6eae8;p=quassel.git diff --git a/src/common/protocol.h b/src/common/protocol.h index d7c1b1d5..9b1a45a4 100644 --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -30,7 +30,8 @@ namespace Protocol { const quint32 magic = 0x42b33f00; enum Type { - LegacyProtocol = 1 + LegacyProtocol = 0x01, + DataStreamProtocol = 0x02 };