Split: Expose name via CompThr's derivatives' ctors
This completes the functional work of splitting libspinscale off from SMO. Spinscale shouldn't have any real dependencies on SMO from here on out.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
namespace smo {
|
||||
|
||||
void MindComponent::preJoltHook(sscl::PuppetThread &thr)
|
||||
void MindComponent::preJoltHook(sscl::PuppetThread &self)
|
||||
{
|
||||
pthread_setname_np(pthread_self(), thr.name.c_str());
|
||||
pthread_setname_np(pthread_self(), self.name.c_str());
|
||||
}
|
||||
|
||||
void MindComponent::handleLoopExceptionHook()
|
||||
|
||||
Reference in New Issue
Block a user