XRootD
XrdFfsXrootdfs.cc File Reference
#include <cstdio>
#include <cstdlib>
#include <unistd.h>
#include <stddef.h>
+ Include dependency graph for XrdFfsXrootdfs.cc:

Go to the source code of this file.

Macros

#define FUSE_USE_VERSION   26
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ FUSE_USE_VERSION

#define FUSE_USE_VERSION   26

Definition at line 30 of file XrdFfsXrootdfs.cc.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 1500 of file XrdFfsXrootdfs.cc.

1501 {
1502  printf("This platform does not have FUSE; xrootdfs cannot be started!");
1503  exit(13);
1504 }