1 #include <ncpp/Subproc.hh> 2 3 using namespace ncpp; 4 5 ncsubproc_options Subproc::default_options = { 6 nullptr, // curry 7 0, // restart_period 8 0, // flags 9 }; 10