]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
dafs-volumestats-conflict-20080521
authorDerrick Brashear <shadow@dementia.org>
Thu, 22 May 2008 04:51:27 +0000 (04:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 22 May 2008 04:51:27 +0000 (04:51 +0000)
LICENSE IPL10

avoid symbol conflict in volume.h

src/volser/vos.c

index 2fc2e84d184236ccee00739347915181474b6759..84e772033f542aa9564f7d2a406fe37f3c27673b 100644 (file)
@@ -1455,11 +1455,8 @@ XVolumeStats(a_xInfoP, a_entryP, a_srvID, a_partID, a_volType)
 }                              /*XVolumeStats */
 
 static void
-VolumeStats(pntr, entry, server, part, voltype)
-     volintInfo *pntr;
-     struct nvldbentry *entry;
-     int voltype;
-     afs_int32 server, part;
+VolumeStats_int(volintInfo *pntr, struct nvldbentry *entry, afs_int32 server, 
+            afs_int32 part, int voltype)
 {
     int totalOK, totalNotOK, totalBusy;
 
@@ -1641,7 +1638,7 @@ ExamineVolume(register struct cmd_syndesc *as, void *arock)
                EnumerateEntry(&entry);
            } else
 #endif /* FULL_LISTVOL_SWITCH */
-               VolumeStats(pntr, &entry, aserver, apart, voltype);
+               VolumeStats_int(pntr, &entry, aserver, apart, voltype);
 
            if ((voltype == BACKVOL) && !(entry.flags & BACK_EXISTS)) {
                /* The VLDB says there is no backup volume yet we found one on disk */