Salome HOME
Squeeze memory of process hosting YACS graph
[modules/yacs.git] / src / engine / Node.hxx
index fbd22767001f97d43210899c01f629f32508118f..9ec273ff96e041549f669c23df52b9ff1a9a6038 100644 (file)
@@ -96,6 +96,7 @@ namespace YACS
       int _numId;
       std::string _implementation;
       std::map<std::string,std::string> _propertyMap;
+      Node *_eventReceiver=nullptr;
     protected:
       Node(const std::string& name);
       Node(const Node& other, ComposedNode *father);