date and time created 82/04/02 10:29:13 by wnj
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 3 Apr 1982 01:29:13 +0000 (17:29 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 3 Apr 1982 01:29:13 +0000 (17:29 -0800)
SCCS-vsn: include/protocols/rwhod.h 4.1

usr/src/include/protocols/rwhod.h [new file with mode: 0644]

diff --git a/usr/src/include/protocols/rwhod.h b/usr/src/include/protocols/rwhod.h
new file mode 100644 (file)
index 0000000..1c4b3da
--- /dev/null
@@ -0,0 +1,13 @@
+/*     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)];
+};