aboutsummaryrefslogtreecommitdiffstats
path: root/src/Instance.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Instance.hxx')
-rw-r--r--src/Instance.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx
index a14719839..d67ff9a51 100644
--- a/src/Instance.hxx
+++ b/src/Instance.hxx
@@ -29,6 +29,7 @@
class NeighborGlue;
#endif
+class UpdateService;
class ClientList;
struct Partition;
@@ -42,6 +43,8 @@ struct Instance final
NeighborGlue *neighbors;
#endif
+ UpdateService *update;
+
ClientList *client_list;
Partition *partition;