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:
@@ -16,7 +16,7 @@ namespace mrntt {
|
||||
|
||||
std::shared_ptr<sscl::PuppeteerThread> thread = std::make_shared<
|
||||
sscl::PuppeteerThread>(
|
||||
SmoThreadId::MRNTT,
|
||||
SmoThreadId::MRNTT, smo::getThreadName(SmoThreadId::MRNTT),
|
||||
sscl::pptr::PuppeteerComponent::defaultPuppeteerMain,
|
||||
mrntt, &MarionetteComponent::preJoltHook);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user