mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
keep network ref
This commit is contained in:
@@ -21,7 +21,10 @@ using namespace std::placeholders;
|
||||
|
||||
class Sprocket : public Mediator {
|
||||
protected:
|
||||
// TODO move scheduler out of Sprocket
|
||||
// => see difference between standalone and mesh sprochet usage of scheduler
|
||||
Scheduler scheduler;
|
||||
Network network;
|
||||
public:
|
||||
SprocketConfig config;
|
||||
std::vector<Plugin*> plugins;
|
||||
|
||||
Reference in New Issue
Block a user