diff --git a/include/villas/hook.hpp b/include/villas/hook.hpp index e63419d0b..08c4df470 100644 --- a/include/villas/hook.hpp +++ b/include/villas/hook.hpp @@ -148,6 +148,11 @@ public: return &signals; } + json_t * getConfig() const + { + return cfg; + } + bool isEnabled() const { return enabled;