fix comment error

This commit is contained in:
fztcjjl
2016-01-04 14:55:28 +08:00
parent fca4d67a43
commit 645ce72e7e

View File

@@ -16,7 +16,7 @@ struct socket_server;
struct socket_message {
int id;
uintptr_t opaque;
int ud; // for accept, ud is listen id ; for data, ud is size of data
int ud; // for accept, ud is new connection id ; for data, ud is size of data
char * data;
};