mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-14 04:48:15 +01:00
Message Doesn't Support 64-bit Thread IDs #1913
This commit is contained in:
@@ -202,7 +202,7 @@ private:
|
|||||||
std::string _text;
|
std::string _text;
|
||||||
Priority _prio;
|
Priority _prio;
|
||||||
Timestamp _time;
|
Timestamp _time;
|
||||||
int _tid;
|
long _tid;
|
||||||
IntPtr _ostid;
|
IntPtr _ostid;
|
||||||
std::string _thread;
|
std::string _thread;
|
||||||
long _pid;
|
long _pid;
|
||||||
|
|||||||
Reference in New Issue
Block a user