1 2 3 4 5 6 7 8 9
#ifndef __STATUS_H__ #define __STATUS_H__ struct svc_status { time_t proc_start; pid_t proc_pid; } __packed; #endif