1 #ifndef __XRDPOSIXADMIN_HH__
2 #define __XRDPOSIXADMIN_HH__
33 #include <sys/types.h>
57 ecMsg.
Msgf(
"PosixAdmin",
"url '%s' is invalid",
59 errno = EINVAL;
return false;
66 bool Stat(mode_t *flags=0, time_t *mtime=0);
int stat(const char *path, struct stat *buf)
Send file/filesystem queries to an XRootD cluster.
std::string GetObfuscatedURL() const
Get the URL with authz information obfuscated.
bool IsValid() const
Is the url valid.
void Set(int ecc, const char *ecm="")
void Msgf(const char *pfx, const char *fmt,...)
XrdPosixAdmin(const char *path, XrdOucECMsg &ecm)
bool Stat(mode_t *flags=0, time_t *mtime=0)
XrdCl::URL * FanOut(int &num)
int Query(XrdCl::QueryCode::Code reqCode, void *buff, int bsz)
Code
XRootD query request codes.