From 99f4ec8bb8efd394f5147c43469c5e1056d71eaa Mon Sep 17 00:00:00 2001 From: Radu Popescu Date: Wed, 22 Aug 2018 18:25:28 +0200 Subject: [PATCH] Fix definition of XrdPosixCache::Statistics --- src/XrdPosix/XrdPosixCache.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XrdPosix/XrdPosixCache.cc b/src/XrdPosix/XrdPosixCache.cc index ee54d214503..7783d71420c 100644 --- a/src/XrdPosix/XrdPosixCache.cc +++ b/src/XrdPosix/XrdPosixCache.cc @@ -67,8 +67,8 @@ int XrdPosixCache::Stat(const char *path, struct stat &sbuff) /******************************************************************************/ /* S t a t i s t i c s */ /******************************************************************************/ - -void Statistics(XrdOucCacheStats &Stats) + +void XrdPosixCache::Statistics(XrdOucCacheStats &Stats) {return theCache->Stats.Get(Stats);} /******************************************************************************/