changed why2_connection::thread type to UL
This commit is contained in:
parent
a5ec2c936b
commit
49978a8a53
@ -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
|
Loading…
x
Reference in New Issue
Block a user