xrootd
|
00001 #ifndef XRDCMSTYPES__H 00002 #define XRDCMSTYPES__H 00003 /******************************************************************************/ 00004 /* */ 00005 /* X r d C m s T y p e s . h h */ 00006 /* */ 00007 /* (c) 2007 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 Department of Energy */ 00011 /******************************************************************************/ 00012 00013 // $Id$ 00014 00015 typedef unsigned long long SMask_t; 00016 00017 #define FULLMASK 0xFFFFFFFFFFFFFFFFULL 00018 00019 // The following defines our cell size (maximum subscribers) 00020 // 00021 #define STMax 64 00022 00023 // The following defines the maximum number of redirectors. It is one greater 00024 // than the actual maximum as the zeroth is never used. 00025 // 00026 #define maxRD 65 00027 00028 #define XrdCmsMAX_PATH_LEN 1024 00029 00030 #define XrdCmsVERSION "1.0.0" 00031 #endif