source: trunk/athena/lib/larv/larv_send_status.3 @ 12021

Revision 12021, 1.5 KB checked in by ghudson, 26 years ago (diff)
larv_send_status needs to take an address.
Line 
1.\" $Id: larv_send_status.3,v 1.2 1998-09-30 17:44:31 ghudson Exp $
2.\"
3.\" Copyright 1998 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.TH LARV_SEND_STATUS 3 "23 Aug 1998"
17.SH NAME
18larv_send_status \- Sends a status packet on a datagram socket
19.SH SYNOPSIS
20.nf
21.B int larv_send_status(int \fIfd\fP, struct sockaddr *\fIaddr\fP,
22.B      int \fIsize\fP)
23.fi
24.SH DESCRIPTION
25The
26.B larv_send_status
27function writes a workstation status packet to the address given by
28.I addr
29and
30.IR size ,
31using the datagram socket given by
32.IR fd .
33The packet contains the workstation status (busy or free), the
34workstation name, and the workstation architecture according to
35.BR /etc/athena/rc.conf .
36.SH FILES
37.B /etc/athena/rc.conf
38.br
39.B /var/athena/busy
40.SH "SEE ALSO"
41.BR busyd (8)
42.SH AUTHOR
43Greg Hudson, MIT Information Systems
44.br
45Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.