XRootD
XrdGlobals.cc
Go to the documentation of this file.
1
/******************************************************************************/
2
/* */
3
/* X r d G l o b a l s . c c */
4
/* */
5
/* (c) 2018 by the Board of Trustees of the Leland Stanford, Jr., University */
6
/* Produced by Andrew Hanushevsky for Stanford University under contract */
7
/* DE-AC02-76-SFO0515 with the Department of Energy */
8
/* */
9
/* This file is part of the XRootD software suite. */
10
/* */
11
/* XRootD is free software: you can redistribute it and/or modify it under */
12
/* the terms of the GNU Lesser General Public License as published by the */
13
/* Free Software Foundation, either version 3 of the License, or (at your */
14
/* option) any later version. */
15
/* */
16
/* XRootD is distributed in the hope that it will be useful, but WITHOUT */
17
/* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or */
18
/* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public */
19
/* License for more details. */
20
/* */
21
/* You should have received a copy of the GNU Lesser General Public License */
22
/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */
23
/* COPYING (GPL license). If not, see <http://www.gnu.org/licenses/>. */
24
/* */
25
/* The copyright holder's institutional names and contributor's names may not */
26
/* be used to endorse or promote products derived from this software without */
27
/* specific prior written permission of the institution or contributor. */
28
/******************************************************************************/
29
30
#include "
Xrd/XrdBuffer.hh
"
31
#include "
Xrd/XrdBuffXL.hh
"
32
#include "
Xrd/XrdInet.hh
"
33
#include "
Xrd/XrdScheduler.hh
"
34
35
#include "
XrdSys/XrdSysTrace.hh
"
36
37
#include "
XrdSys/XrdSysLogger.hh
"
38
#include "
XrdSys/XrdSysError.hh
"
39
40
// All the things that the Xrd package requires.
41
//
42
class
XrdTlsContext
;
43
class
XrdBuffXL
;
44
45
namespace
XrdGlobal
46
{
47
XrdSysLogger
Logger
;
48
XrdSysError
Log
(&
Logger
,
"Xrd"
);
49
XrdSysTrace
XrdTrace
(
"Xrd"
, &
Logger
);
50
XrdScheduler
Sched
(&
Log
, &
XrdTrace
);
51
XrdBuffManager
BuffPool
;
52
XrdTlsContext
*
tlsCtx
= 0;
53
XrdInet
*
XrdNetTCP
= 0;
54
extern
XrdBuffXL
xlBuff
;
55
int
devNull
= -1;
56
}
XrdBuffXL.hh
XrdBuffer.hh
XrdInet.hh
XrdScheduler.hh
XrdSysError.hh
XrdSysLogger.hh
XrdSysTrace.hh
XrdBuffManager
Definition:
XrdBuffer.hh:72
XrdBuffXL
Definition:
XrdBuffXL.hh:38
XrdInet
Definition:
XrdInet.hh:48
XrdScheduler
Definition:
XrdScheduler.hh:46
XrdSysError
Definition:
XrdSysError.hh:90
XrdSysLogger
Definition:
XrdSysLogger.hh:53
XrdSysTrace
Definition:
XrdSysTrace.hh:49
XrdTlsContext
Definition:
XrdTlsContext.hh:37
XrdGlobal
Definition:
XrdBuffer.cc:67
XrdGlobal::tlsCtx
XrdTlsContext * tlsCtx
Definition:
XrdGlobals.cc:52
XrdGlobal::XrdNetTCP
XrdInet * XrdNetTCP
Definition:
XrdGlobals.cc:53
XrdGlobal::Log
XrdSysError Log
Definition:
XrdConfig.cc:112
XrdGlobal::xlBuff
XrdBuffXL xlBuff
Definition:
XrdBuffer.cc:68
XrdGlobal::Sched
XrdScheduler Sched
Definition:
XrdLinkCtl.cc:54
XrdGlobal::Logger
XrdSysLogger Logger
Definition:
XrdGlobals.cc:47
XrdGlobal::XrdTrace
XrdSysTrace XrdTrace
Definition:
XrdTrace.hh:56
XrdGlobal::BuffPool
XrdBuffManager BuffPool
Definition:
XrdGlobals.cc:51
XrdGlobal::devNull
int devNull
Definition:
XrdGlobals.cc:55
Xrd
XrdGlobals.cc
Generated by
1.9.1