dyn-vcache-shake-needs-exporting-20090320

LICENSE IPL10

update to export shakeloosevcaches
This commit is contained in:
Derrick Brashear 2009-03-20 15:04:08 +00:00
parent 0cd43484be
commit 6ef7d7dfb8
2 changed files with 2 additions and 1 deletions

View File

@ -941,6 +941,7 @@ extern afs_int32 afs_data_pointer_to_int32(const void *p);
/* afs_vcache.c */
extern int afs_ShakeLooseVCaches(afs_int32 anumber);
extern afs_int32 afs_maxvcount;
extern afs_int32 afs_vcount;
extern int afsvnumbers;

View File

@ -623,7 +623,7 @@ afs_FlushReclaimedVcaches(void)
#endif
}
static int
int
afs_ShakeLooseVCaches(afs_int32 anumber)
{
#if defined(AFS_OSF_ENV) || defined(AFS_LINUX22_ENV)