# | Line 45 | Line 45 | typedef api::Posix::FileStream<api::Posi | |
---|---|---|
45 | #endif | |
46 | ||
47 | class Daemon; | |
48 | – | class Share; |
48 | ||
49 | class Spectre2 | |
50 | { | |
# | Line 56 | Line 55 | public: | |
55 | ~Spectre2(); | |
56 | static ext::String program, prefix, root, mount; | |
57 | static bool debug; | |
58 | < | static ext::Vector<Daemon*> daemons; |
60 | < | static ext::RedBlackSet<Share> shares; |
61 | < | static api::ThreadMutex sharesLock; |
58 | > | static Daemon* daemon; |
59 | }; | |
60 | ||
61 | #endif//_Spectre2_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |