mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
correct GetuTime function name
GetuTime is really osi_GetuTime Reviewed-on: http://gerrit.openafs.org/350 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
81099c479e
commit
abcb52c4fd
@ -442,7 +442,7 @@ afs_CacheStoreDCaches(struct vcache *avc, struct dcache **dclist,
|
|||||||
bytesToXfer = alen;
|
bytesToXfer = alen;
|
||||||
bytesXferred = 0;
|
bytesXferred = 0;
|
||||||
|
|
||||||
GetuTime(&xferStartTime);
|
osi_GetuTime(&xferStartTime);
|
||||||
#endif /* AFS_NOSTATS */
|
#endif /* AFS_NOSTATS */
|
||||||
|
|
||||||
while ( alen > 0 ) {
|
while ( alen > 0 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user