xrootd
XrdCmsTypes.hh
Go to the documentation of this file.
1 #ifndef XRDCMSTYPES__H
2 #define XRDCMSTYPES__H
3 /******************************************************************************/
4 /* */
5 /* X r d C m s T y p e s . h h */
6 /* */
7 /* (c) 2007 by the Board of Trustees of the Leland Stanford, Jr., University */
8 /* All Rights Reserved */
9 /* Produced by Andrew Hanushevsky for Stanford University under contract */
10 /* DE-AC02-76-SFO0515 with the Department of Energy */
11 /******************************************************************************/
12 
13 // $Id$
14 
15 typedef unsigned long long SMask_t;
16 
17 #define FULLMASK 0xFFFFFFFFFFFFFFFFULL
18 
19 // The following defines our cell size (maximum subscribers)
20 //
21 #define STMax 64
22 
23 // The following defines the maximum number of redirectors. It is one greater
24 // than the actual maximum as the zeroth is never used.
25 //
26 #define maxRD 65
27 
28 #define XrdCmsMAX_PATH_LEN 1024
29 
30 #define XrdCmsVERSION "1.0.0"
31 #endif