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