|
- /* TEST ONLY. Field names/types; layout intentionally NOT ABI compatible. */
- #include <sys/types.h>
- #include <time.h>
- typedef struct {
- int pr_nlwp;
- pid_t pr_pid, pr_ppid;
- uid_t pr_uid, pr_euid;
- size_t pr_rssize;
- struct timespec pr_start;
- char pr_fname[16];
- int pr_zoneid;
- } psinfo_t;
- #define PCKILL 8
|