Rev 4075 | Rev 4505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4075 | Rev 4243 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #define __NET_PACKET_H__ |
38 | #define __NET_PACKET_H__ |
| 39 | 39 | ||
| 40 | /** Packet identifier type. |
40 | /** Packet identifier type. |
| 41 | * Value zero (0) is used as an invalid identifier. |
41 | * Value zero (0) is used as an invalid identifier. |
| 42 | */ |
42 | */ |
| 43 | typedef unsigned int packet_id_t; |
43 | typedef int packet_id_t; |
| 44 | 44 | ||
| 45 | /** Type definition of the packet. |
45 | /** Type definition of the packet. |
| 46 | * @see packet |
46 | * @see packet |
| 47 | */ |
47 | */ |
| 48 | typedef struct packet * packet_t; |
48 | typedef struct packet * packet_t; |