Renamed struct conn to struct cw_Conn

This commit is contained in:
2022-08-09 22:35:47 +02:00
parent 3da4805c06
commit 4b5b00009c
51 changed files with 349 additions and 247 deletions

View File

@ -15,7 +15,7 @@
struct wtpman {
pthread_t thread;
struct conn *conn;
struct cw_Conn *conn;
/* wtp data */