9 |
|
#include "Matcher/Matcher.hpp" |
10 |
|
|
11 |
|
#include <menes-api/exename.hpp> |
12 |
– |
#include <menes-api/files.hpp> |
12 |
|
#include <menes-app/application.hpp> |
13 |
|
|
15 |
– |
extern "C" |
16 |
– |
{ |
14 |
|
#include <sys/types.h> |
15 |
|
#include <signal.h> |
19 |
– |
} |
16 |
|
|
17 |
|
struct Spectre2Command : public app::Application |
18 |
|
{ |
89 |
|
api::Posix::CheckError(::unlink(pid.NullTerminate())); |
90 |
|
} |
91 |
|
|
92 |
< |
ext::String Spectre2::program(api::GetExecutablePath().GetName()); |
92 |
> |
ext::String Spectre2::program(api::GetExecutablePath().GetName()), Spectre2::prefix(_Spectre2_prefix_), Spectre2::root(_Spectre2_root_); |
93 |
|
bool Spectre2::debug(false); |
94 |
|
ext::Vector<Daemon*> Spectre2::daemons; |
95 |
|
|