mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 15:35:50 +00:00
Annotate some core classes
This commit is contained in:
@@ -65,6 +65,8 @@ extern void setCallingThreadName (const char* n)
|
||||
pName += " ";
|
||||
}
|
||||
|
||||
// VFALCO TODO Use beast::Thread::setCurrentThreadName here
|
||||
//
|
||||
prctl (PR_SET_NAME, (pName + n).c_str (), 0, 0, 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user