source: trunk/athena/lib/larv/larvnet.h @ 11895

Revision 11895, 1.4 KB checked in by ghudson, 26 years ago (diff)
liblarv, a small library for larvnet client-side work
Line 
1/* $Id: larvnet.h,v 1.1 1998-08-25 03:27:01 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 */
17
18#ifndef LARVNET__H
19#define LARVNET__H
20
21/* Paths used on the larvnet server */
22#define LARVNET_PATH_CONFIG     "/etc/athena/larvnet.conf"
23#define LARVNET_PATH_PIDFILE    "/var/athena/larvnetd.pid"
24#define LARVNET_PATH_CGROUPS    "/var/athena/larvnet.cgroups"
25#define LARVNET_PATH_CLUSTERS   "/var/athena/larvnet.clusters"
26#define LARVNET_PATH_PRINTERS   "/var/athena/larvnet.printers"
27
28/* Path used on larvnet clients */
29#define LARVNET_PATH_BUSY       "/var/athena/busy"
30
31/* Ports used by the larvnet system */
32#define LARVNET_FALLBACK_PORT   49153
33#define BUSYPOLL_FALLBACK_PORT  49154
34#define LARVNET_MAX_PACKET      4096
35
36#endif /* LARVNET__H */
Note: See TracBrowser for help on using the repository browser.