mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 03:42:53 +01:00
Message Doesn't Support 64-bit Thread IDs #1913
This commit is contained in:
parent
521dbda1e9
commit
dfa32cc158
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user