2021-10-11 18:37:13 -03:00

18 lines
537 B
C

/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)ptmp.h 1.1 94/10/31 SMI" /* from S5R3 acct:ptmp.h 1.3 */
/*
* per process temporary data
*/
struct ptmp {
uid_t pt_uid; /* userid */
char pt_name[8]; /* login name */
long pt_cpu[2]; /* CPU (sys+usr) P/NP time tics */
unsigned pt_mem; /* avg. memory size (64byte clicks) */
};