changed why2_connection::thread type to UL

This commit is contained in:
Václav Šmejkal 2023-02-22 10:33:42 +01:00
parent a5ec2c936b
commit 49978a8a53
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59

View File

@ -28,7 +28,7 @@ void why2_clean_threads(void); //CLOSE EVERY RUNNING THREAD
typedef struct why2_connection typedef struct why2_connection
{ {
int connection; int connection;
int thread; //pthread_t unsigned long thread; //pthread_t
} why2_connection_t; } why2_connection_t;
#endif #endif