OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/afs/afs_consts.h
00001 /*
00002  * Copyright 2000, International Business Machines Corporation and others.
00003  * All Rights Reserved.
00004  *
00005  * This software has been released under the terms of the IBM Public
00006  * License.  For details, see the LICENSE file in the top-level source
00007  * directory or online at http://www.openafs.org/dl/license10.html
00008  */
00009 
00010 #ifndef _AFS_CONSTS_H_
00011 #define _AFS_CONSTS_H_
00012 
00013 #define AFS_MAXHOSTS            13      /* max hosts per single volume */
00014 #define AFS_OMAXHOSTS           8       /* backwards compatibility */
00015 #define AFS_MAXCELLHOSTS        8       /* max vldb servers per cell */
00016 
00017 #define AFS_PIOCTL_MAXSIZE              2048    /* max returned from PIOCTL */
00018 
00019 #endif /* _AFS_CONSTS_H_ */
 All Data Structures Files Functions Variables