119 |
|
api::Posix::CheckError(::unlink(pid.NullTerminate())); |
120 |
|
} |
121 |
|
|
122 |
< |
ext::String Spectre2::program(api::GetExecutablePath().GetName()), Spectre2::prefix(_Spectre2_prefix_), Spectre2::root(_Spectre2_root_), Spectre2::mount(_Spectre2_mount_); |
122 |
> |
ext::String Spectre2::program(api::GetExecutablePath().GetName()), Spectre2::prefix(_Spectre2_prefix_), Spectre2::root(_Spectre2_root_), Spectre2::mount(_Spectre2_mount_), Spectre2::umount(_Spectre2_umount_); |
123 |
|
bool Spectre2::debug(false); |
124 |
|
Daemon* Spectre2::daemon; |
125 |
|
|