mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-02-27 14:36:04 +00:00
Rename mrntt=>pptr
We'll probably use the name "marionette" as an application-level name.
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
|
||||
namespace sscl {
|
||||
|
||||
class MarionetteThread;
|
||||
class PuppeteerThread;
|
||||
extern std::shared_ptr<sscl::PuppeteerThread> thread;
|
||||
|
||||
namespace mrntt {
|
||||
namespace pptr {
|
||||
|
||||
class MarionetteComponent
|
||||
: public sscl::Component
|
||||
@@ -31,14 +32,12 @@ private:
|
||||
class TerminationEvent;
|
||||
};
|
||||
|
||||
extern std::shared_ptr<sscl::MarionetteThread> thread;
|
||||
|
||||
extern std::atomic<int> exitCode;
|
||||
void exitMarionetteLoop();
|
||||
void marionetteFinalizeReqCb(bool success);
|
||||
extern MarionetteComponent mrntt;
|
||||
|
||||
} // namespace mrntt
|
||||
} // namespace pptr
|
||||
|
||||
struct CrtCommandLineArgs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user