aboutsummaryrefslogtreecommitdiffstats
path: root/status.h
blob: 67dc166d7c44de60f3f21c8986862a7e08e1fdd4 (plain)
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