git-svn-id: svn://db.shs.com.ru/libs@167 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -8,6 +8,7 @@ namespace CDUtils {
|
||||
enum CDPacketType {CD_Ping, CD_Pong, CD_KQuery, CD_KSend, CD_Command, CD_XData, CD_XQuery};
|
||||
|
||||
# pragma pack(push,1)
|
||||
|
||||
struct PacketHeader {
|
||||
int type; // CDPacketType
|
||||
int session_id;
|
||||
|
||||
Reference in New Issue
Block a user