Instance: add StateFile* attribute

This commit is contained in:
Max Kellermann
2016-03-05 21:00:38 +01:00
parent 710def8e38
commit 031410c72b
2 changed files with 12 additions and 11 deletions

View File

@@ -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) {}
/**