xrootd
XrdOssOpaque.hh
Go to the documentation of this file.
1 #ifndef __OSS_OPAQUE_H__
2 #define __OSS_OPAQUE_H__
3 /******************************************************************************/
4 /* */
5 /* X r d O s s O p a q u e . h h */
6 /* */
7 /* (c) 2003 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-AC03-76-SFO0515 with the Department of Energy */
11 /******************************************************************************/
12 
13 // $Id$
14 
15 
16 /******************************************************************************/
17 /* E x t e r n a l C o n f i g u r a t i o n */
18 /******************************************************************************/
19 
20 #define OSS_ASIZE (char *)"oss.asize"
21 #define OSS_CGROUP (char *)"oss.cgroup"
22 #define OSS_USRPRTY (char *)"oss.sprty"
23 #define OSS_SYSPRTY (char *)"oss&sprty"
24 #define OSS_CGROUP_DEFAULT (char *)"public"
25 
26 #define OSS_VARLEN 32
27 
28 #define OSS_MAX_PRTY 15
29 #define OSS_USE_PRTY 7
30 
31 #endif