date and time created 82/04/02 10:29:13 by wnj
[unix-history] / usr / src / include / protocols / rwhod.h
/* rwhod.h 4.1 82/04/02 */
struct whod {
int wd_sendtime;
int wd_recvtime;
char wd_hostname[32];
int wd_loadav[3];
int wd_bootime;
struct whoent {
struct utmp we_utmp;
int we_idle;
} wd_we[1024 / sizeof (struct whoent)];
};