From: Evan Broder Date: Wed, 4 Nov 2009 04:50:39 +0000 (-0500) Subject: Increase the maximum number of sysnames X-Git-Tag: openafs-devel-1_5_73~49 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b772bd7e3c1305710eb3c18b2fe4108e467bd383;p=packages%2Fo%2Fopenafs.git Increase the maximum number of sysnames Change-Id: I8438ca19649730260370d8b00fb0157e808abe31 Reviewed-on: http://gerrit.openafs.org/778 Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/afs.h b/src/afs/afs.h index dcf1ce912..aba83d82b 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -82,7 +82,7 @@ extern int afs_shuttingdown; #define PIGGYSIZE 1350 /* max piggyback size */ #define MAXVOLS 128 /* max vols we can store */ #define MAXSYSNAME 128 /* max sysname (i.e. @sys) size */ -#define MAXNUMSYSNAMES 16 /* max that current constants allow */ +#define MAXNUMSYSNAMES 32 /* max that current constants allow */ #define NOTOKTIMEOUT (2*3600) /* time after which to timeout conns sans tokens */ #define NOPAG 0xffffffff #define AFS_NCBRS 300 /* max # of call back return entries */