summaryrefslogtreecommitdiffstats
path: root/src/sdevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdevent.hpp')
-rw-r--r--src/sdevent.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sdevent.hpp b/src/sdevent.hpp
index be8b510..dc912c1 100644
--- a/src/sdevent.hpp
+++ b/src/sdevent.hpp
@@ -3,6 +3,8 @@
#include "sdevent/event.hpp"
#include "sdevent/timer.hpp"
+struct Loop;
+
namespace phosphor
{
namespace dbus
@@ -29,6 +31,8 @@ class SDEvent
{
return getEvent().now();
}
+
+ friend Loop;
};
/** @class SDEventTimer
OpenPOWER on IntegriCloud