summaryrefslogtreecommitdiffstats
path: root/src/Net/Packet.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-13 00:56:59 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-13 00:56:59 +0200
commite0a00eda958375aed3268afcba6cebb9c2a9908b (patch)
tree5ef0949b4674ee981e3751c89e115353050be36f /src/Net/Packet.h
parent3a3751f02a3efdc079c3f79987da59b234813f16 (diff)
downloadmad-e0a00eda958375aed3268afcba6cebb9c2a9908b.tar
mad-e0a00eda958375aed3268afcba6cebb9c2a9908b.zip
Daemon hinzugef?gt; CoreStatusPacket hei?t jetzt HostStatusPacket
Diffstat (limited to 'src/Net/Packet.h')
-rw-r--r--src/Net/Packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/Packet.h b/src/Net/Packet.h
index 7823e01..e94f2ff 100644
--- a/src/Net/Packet.h
+++ b/src/Net/Packet.h
@@ -33,7 +33,7 @@ class Packet {
enum Type {
OK = 0x0000, ERROR = 0x0001, DISCONNECT = 0x0002,
GSSAPI_AUTH = 0x0010, IDENTIFY = 0x0011,
- CORE_STATUS = 0x0020
+ CORE_STATUS = 0x0020, DAEMON_STATUS = 0x0021
};
struct Data {