#include #include /* The structure that gets written to the supervise/status file. */ struct svstat { pid_t pid; time_t starttime; int up; };