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

19 lines
575 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 "@(#)ctmp.h 1.1 94/10/31 SMI" /* from S5R3 acct:ctmp.h 1.3 */
/*
* connect time record (various intermediate files)
*/
struct ctmp {
dev_t ct_tty; /* major minor */
uid_t ct_uid; /* userid */
char ct_name[8]; /* login name */
long ct_con[2]; /* connect time (p/np) secs */
time_t ct_start; /* session start time */
};