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 df5fdfbc4..52b137ab6 100644
--- a/src/Instance.hxx
+++ b/src/Instance.hxx
@@ -34,6 +34,7 @@ class Database;
class UpdateService;
#endif
+class EventLoop;
class Error;
class ClientList;
struct Partition;
@@ -52,6 +53,8 @@ struct Instance final
public NeighborListener
#endif
{
+ EventLoop *event_loop;
+
#ifdef ENABLE_NEIGHBOR_PLUGINS
NeighborGlue *neighbors;
#endif