#include <time.h>
#include <unistd.h>

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



syntax highlighted by Code2HTML, v. 0.9.1