summaryrefslogtreecommitdiffstats
path: root/mmss/event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/event.hpp')
-rw-r--r--mmss/event.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmss/event.hpp b/mmss/event.hpp
index d0fe092..e531c7c 100644
--- a/mmss/event.hpp
+++ b/mmss/event.hpp
@@ -55,7 +55,7 @@ public:
class scheduled_t : public event_t {
public:
- std::shared_ptr<node_t> node;
+ std::weak_ptr<node_t> node;
gmrf_scheduled_func f;
void *arg;