Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afs / afs_consts.h
CommitLineData
805e021f
CE
1/*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
9
10#ifndef _AFS_CONSTS_H_
11#define _AFS_CONSTS_H_
12
13#define AFS_MAXHOSTS 13 /* max hosts per single volume */
14#define AFS_OMAXHOSTS 8 /* backwards compatibility */
15#define AFS_MAXCELLHOSTS 8 /* max vldb servers per cell */
16
17#define AFS_PIOCTL_MAXSIZE 2048 /* max returned from PIOCTL */
18
19#endif /* _AFS_CONSTS_H_ */