Instance: add StateFile* attribute
This commit is contained in:
@@ -40,6 +40,7 @@ class UpdateService;
|
||||
class Error;
|
||||
class ClientList;
|
||||
struct Partition;
|
||||
class StateFile;
|
||||
|
||||
struct Instance final
|
||||
#if defined(ENABLE_DATABASE) || defined(ENABLE_NEIGHBOR_PLUGINS)
|
||||
@@ -79,6 +80,8 @@ struct Instance final
|
||||
|
||||
Partition *partition;
|
||||
|
||||
StateFile *state_file;
|
||||
|
||||
Instance():global_events(event_loop) {}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user