[12021] | 1 | .\" $Id: larv_send_status.3,v 1.2 1998-09-30 17:44:31 ghudson Exp $ |
---|
[11895] | 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 |
---|
| 18 | larv_send_status \- Sends a status packet on a datagram socket |
---|
| 19 | .SH SYNOPSIS |
---|
[12021] | 20 | .nf |
---|
| 21 | .B int larv_send_status(int \fIfd\fP, struct sockaddr *\fIaddr\fP, |
---|
| 22 | .B int \fIsize\fP) |
---|
| 23 | .fi |
---|
[11895] | 24 | .SH DESCRIPTION |
---|
| 25 | The |
---|
| 26 | .B larv_send_status |
---|
[12021] | 27 | function writes a workstation status packet to the address given by |
---|
| 28 | .I addr |
---|
| 29 | and |
---|
| 30 | .IR size , |
---|
| 31 | using the datagram socket given by |
---|
[11895] | 32 | .IR fd . |
---|
| 33 | The packet contains the workstation status (busy or free), the |
---|
| 34 | workstation 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 |
---|
| 43 | Greg Hudson, MIT Information Systems |
---|
| 44 | .br |
---|
| 45 | Copyright 1998 by the Massachusetts Institute of Technology. |
---|