source: branches/fc11-dev/server/common/patches/openafs-numsysnames.patch @ 1172

Last change on this file since 1172 was 1172, checked in by mitchb, 15 years ago
Allow more AFS sysnames... you can never have enough
File size: 624 bytes
RevLine 
[1172]1--- openafs-1.4.10/src/afs/afs.h.orig   2009-06-06 21:02:53.000000000 -0400
2+++ openafs-1.4.10/src/afs/afs.h        2009-06-06 21:03:28.000000000 -0400
3@@ -75,7 +75,7 @@
4 #define        PIGGYSIZE       1350    /* max piggyback size */
5 #define        MAXVOLS         128     /* max vols we can store */
6 #define        MAXSYSNAME      128     /* max sysname (i.e. @sys) size */
7-#define MAXNUMSYSNAMES 16      /* max that current constants allow */
8+#define MAXNUMSYSNAMES 32      /* max that current constants allow */
9 #define        NOTOKTIMEOUT    (2*3600)        /* time after which to timeout conns sans tokens */
10 #define        NOPAG           0xffffffff
11 #define AFS_NCBRS      300     /* max # of call back return entries */
Note: See TracBrowser for help on using the repository browser.