X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=9b1a45a488561d2aa76c0b5830dac015715b9aa7;hp=d7c1b1d590ec8cd9a29a4c2767ac88bec5865d78;hb=2e9855c688c827b2159fbb548bf816de360e3ae3;hpb=d1bf207d30fe62a15d0e8669d186374c68e6eae8 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 };