1
This commit is contained in:
parent
7e4af7f435
commit
f5965cdfb2
@ -28,19 +28,6 @@
|
||||
#include "ss_msgid.pb.h"
|
||||
#include "ss_proto.pb.h"
|
||||
|
||||
struct MsgNode
|
||||
{
|
||||
SocketFrom_e sockfrom;
|
||||
int sockhandle;
|
||||
unsigned short msgid;
|
||||
unsigned int seqid;
|
||||
long ip_saddr;
|
||||
char* buf;
|
||||
int buflen;
|
||||
int tag;
|
||||
MsgNode* next;
|
||||
};
|
||||
|
||||
struct UdpMsgNode
|
||||
{
|
||||
a8::UdpPacket* pkt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user