00001 #ifndef __OSS_OPAQUE_H__ 00002 #define __OSS_OPAQUE_H__ 00003 /******************************************************************************/ 00004 /* */ 00005 /* X r d O s s O p a q u e . h h */ 00006 /* */ 00007 /* (c) 2003 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-AC03-76-SFO0515 with the Department of Energy */ 00011 /******************************************************************************/ 00012 00013 // $Id: XrdOssOpaque.hh 22437 2008-03-04 14:35:16Z rdm $ 00014 00015 00016 /******************************************************************************/ 00017 /* E x t e r n a l C o n f i g u r a t i o n */ 00018 /******************************************************************************/ 00019 00020 #define OSS_ASIZE (char *)"oss.asize" 00021 #define OSS_CGROUP (char *)"oss.cgroup" 00022 #define OSS_USRPRTY (char *)"oss.sprty" 00023 #define OSS_SYSPRTY (char *)"oss&sprty" 00024 #define OSS_CGROUP_DEFAULT (char *)"public" 00025 00026 #define OSS_VARLEN 32 00027 00028 #define OSS_MAX_PRTY 15 00029 #define OSS_USE_PRTY 7 00030 00031 #endif