mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
skip_first: fix initialization
This commit is contained in:
parent
d9134e662b
commit
de9b466ace
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,12 @@ public:
|
|||
throw ConfigError(cfg, err, "node-config-hook-skip_first");
|
||||
}
|
||||
|
||||
virtual void start()
|
||||
{
|
||||
skip_state = SkipState::STARTED;
|
||||
state = State::STARTED;
|
||||
}
|
||||
|
||||
virtual void restart()
|
||||
{
|
||||
skip_state = SkipState::STARTED;
|
||||
|
|
Loading…
Add table
Reference in a new issue