xrootd
XrdFfsFsinfo.hh
Go to the documentation of this file.
1 /******************************************************************************/
2 /* XrdFfsFsinfo.hh filesystem/xrootd oss space usage info cache */
3 /* */
4 /* (c) 2010 by the Board of Trustees of the Leland Stanford, Jr., University */
5 /* All Rights Reserved */
6 /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2010) */
7 /* Contract DE-AC02-76-SFO0515 with the Department of Energy */
8 /******************************************************************************/
9 
10 #include <sys/statvfs.h>
11 
12 #ifdef __cplusplus
13  extern "C" {
14 #endif
15 
16 int XrdFfsFsinfo_cache_search(int (*func)(const char*, const char*, struct statvfs*, uid_t), const char* rdrurl, const char* path, struct statvfs *stbuf, uid_t user_uid);
17 
18 #ifdef __cplusplus
19  }
20 #endif