The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Compatibility stuff for the different UTMP systems. More...
#include <freeradius-devel/autoconf.h>
Go to the source code of this file.
Data Structures | |
struct | utmp |
Macros | |
#define | DEAD_PROCESS 8 |
#define | USER_PROCESS 7 |
#define | UT_HOSTSIZE 16 |
#define | UT_LINESIZE 16 |
#define | ut_name ut_user |
#define | UT_NAMESIZE 16 |
#define | UTMP_FILE "/var/run/utmp" |
Compatibility stuff for the different UTMP systems.
Definition in file sysutmp.h.
struct utmp |
Data Fields | ||
---|---|---|
long | ut_addr | |
char | ut_host[UT_HOSTSIZE] | |
char | ut_id[4] | |
char | ut_line[UT_LINESIZE] | |
int | ut_pid | |
long | ut_time | |
short | ut_type | |
char | ut_user[UT_NAMESIZE] |