249c249
< bool running() const { return _running; }
---
> bool needsStart() const { return _needsStart; }
301c301,302
< Process(const char *name, ProcessFuncWrapper *func, bool _dynamic);
---
> Process(const char *name, ProcessFuncWrapper *func, bool _dynamic,
> bool needs_start);
317c318
< bool _running;
---
> bool _needsStart;