• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

XrdOssConfig.hh

Go to the documentation of this file.
00001 #ifndef _XRDOSS_CONFIG_H
00002 #define _XRDOSS_CONFIG_H
00003 /******************************************************************************/
00004 /*                                                                            */
00005 /*                       X r d O s s C o n f i g . h h                        */
00006 /*                                                                            */
00007 /* (C) 2009 by the Board of Trustees of the Leland Stanford, Jr., University  */
00008 /*                            All Rights Reserved                             */
00009 /*   Produced by Andrew Hanushevsky for Stanford University under contract    */
00010 /*                DE-AC02-76-SFO0515 with the Deprtment of Energy             */
00011 /******************************************************************************/
00012 
00013 //         $Id: XrdOssConfig.hh,v 1.12 2009/10/18 16:07:35 abh Exp $
00014   
00015 #define  XRDOSS_VERSION "2.0.0"
00016 
00017 /* Constant to indicate all went well.
00018 */
00019 #ifndef XrdOssOK
00020 #define XrdOssOK 0
00021 #endif
00022 
00023 // Flags set in OptFlags
00024 //
00025 #define XrdOss_ROOTDIR   0x00000001
00026 #define XrdOss_USRPRTY   0x00000002
00027 #define XrdOss_EXPORT    0x00000004
00028 #define XrdOss_CacheFS   0x00000008
00029 
00030 // Small structure to hold dual paths
00031 //
00032 struct  OssDPath
00033        {OssDPath *Next;
00034         char     *Path1;
00035         char     *Path2;
00036         OssDPath(OssDPath *dP,char *p1,char *p2) : Next(dP),Path1(p1),Path2(p2) {}
00037        };
00038 #endif

Generated on Wed Sep 1 2010 for xrootd by  doxygen 1.7.1