Rev 3990 | Rev 4395 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3990 | Rev 4307 | ||
|---|---|---|---|
| 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 | ||
| 40 | #include "packet.h" |
42 | #include "packet.h" |
| 41 | 43 | ||
| 42 | /** Packet integrity check magic value. |
44 | /** Packet integrity check magic value. |
| 43 | */ |
45 | */ |
| 44 | #define PACKET_MAGIC_VALUE 0x11227788 |
46 | #define PACKET_MAGIC_VALUE 0x11227788 |