afs: Set AFS_VFSFSID to a numerical value
[openafs.git] / src / afs / afs_chunk.c
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 #include <afsconfig.h>
11 #include "afs/param.h"
12
13
14 #include "afs/stds.h"
15 #include "afs/sysincludes.h"    /* Standard vendor system headers */
16 #include "afsincludes.h"        /* Afs-based standard headers */
17 #include "afs/afs_stats.h"
18
19 /*
20  * Chunk module.
21  */
22
23 /* Place the defaults in afsd instead of all around the code, so
24  * AFS_SETCHUNKSIZE() needs to be called before doing anything */
25 afs_int32 afs_FirstCSize = AFS_DEFAULTCSIZE;
26 afs_int32 afs_OtherCSize = AFS_DEFAULTCSIZE;
27 afs_int32 afs_LogChunk = AFS_DEFAULTLSIZE;