Renamed struct conn to struct cw_Conn
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
struct wtpman {
|
||||
pthread_t thread;
|
||||
|
||||
struct conn *conn;
|
||||
struct cw_Conn *conn;
|
||||
|
||||
|
||||
/* wtp data */
|
||||
|
Reference in New Issue
Block a user