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 34000 2010-06-21 06:49:56Z ganis $
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_USRPRTY   0x00000001
00026 #define XrdOss_CacheFS   0x00000002
00027 
00028 // Small structure to hold dual paths
00029 //
00030 struct  OssDPath
00031        {OssDPath *Next;
00032         char     *Path1;
00033         char     *Path2;
00034         OssDPath(OssDPath *dP,char *p1,char *p2) : Next(dP),Path1(p1),Path2(p2) {}
00035        };
00036 #endif

Generated on Tue Jul 5 14:46:46 2011 for ROOT_528-00b_version by  doxygen 1.5.1