Add nettest/ tools
[splice.git] / nettest / msg.h
1 #ifndef MSG_H
2 #define MSG_H
3
4 struct msg {
5         unsigned long msg_size; /* length of crc data */
6         unsigned long crc32;    /* data checksum */
7 }; /* real data follows this message */
8
9 #endif