Rev 4395 | Rev 4731 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4395 | Rev 4505 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | #ifndef __NET_PACKET_HEADER_H__ |
37 | #ifndef __NET_PACKET_HEADER_H__ |
| 38 | #define __NET_PACKET_HEADER_H__ |
38 | #define __NET_PACKET_HEADER_H__ |
| 39 | 39 | ||
| 40 | #include "../../messages.h" |
- | |
| 41 | - | ||
| 42 | #include "packet.h" |
40 | #include "packet.h" |
| 43 | 41 | ||
| 44 | /** Packet integrity check magic value. |
42 | /** Packet integrity check magic value. |
| 45 | */ |
43 | */ |
| 46 | #define PACKET_MAGIC_VALUE 0x11227788 |
44 | #define PACKET_MAGIC_VALUE 0x11227788 |