# | Line 44 | Line 44 | typedef api::Posix::FileStream<api::Posi | |
---|---|---|
44 | #define _Spectre2_mount_ "/sbin/mount" | |
45 | #endif | |
46 | ||
47 | + | #ifndef _Spectre2_umount_ |
48 | + | #define _Spectre2_umount_ "/sbin/umount" |
49 | + | #endif |
50 | + | |
51 | class Daemon; | |
52 | ||
53 | class Spectre2 | |
# | Line 53 | Line 57 | private: | |
57 | public: | |
58 | Spectre2(const api::Path& config); | |
59 | ~Spectre2(); | |
60 | < | static ext::String program, prefix, root, mount; |
60 | > | static ext::String program, prefix, root, mount, umount; |
61 | static bool debug; | |
62 | static Daemon* daemon; | |
63 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |