mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 02:34:26 +08:00
完善范例程序
This commit is contained in:
parent
ca833c40d5
commit
806747a9d5
@ -37,7 +37,7 @@
|
||||
#define LOG_LEV 4
|
||||
|
||||
typedef struct {
|
||||
mk_tcp_session *_session;
|
||||
mk_tcp_session _session;
|
||||
//下面你可以夹杂你的私货数据
|
||||
char your_some_useful_data[1024];
|
||||
} websocket_user_data;
|
||||
|
Loading…
Reference in New Issue
Block a user