ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Spectre2.hpp
(Generate patch)

Comparing Spectre2/Spectre2.hpp (file contents):
Revision 429 by douglas, 2005-03-25T18:47:25-08:00 vs.
Revision 432 by douglas, 2005-03-27T01:56:29-08:00

# 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   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines