XRootD
Loading...
Searching...
No Matches
XrdPfcTypes.hh
Go to the documentation of this file.
1
#ifndef __XRDPFC_TYPES_HH__
2
#define __XRDPFC_TYPES_HH__
3
//----------------------------------------------------------------------------------
4
// Copyright (c) 2014 by Board of Trustees of the Leland Stanford, Jr., University
5
// Author: Alja Mrak-Tadel, Matevz Tadel, Brian Bockelman
6
//----------------------------------------------------------------------------------
7
// XRootD is free software: you can redistribute it and/or modify
8
// it under the terms of the GNU Lesser General Public License as published by
9
// the Free Software Foundation, either version 3 of the License, or
10
// (at your option) any later version.
11
//
12
// XRootD is distributed in the hope that it will be useful,
13
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
// GNU General Public License for more details.
16
//
17
// You should have received a copy of the GNU Lesser General Public License
18
// along with XRootD. If not, see <http://www.gnu.org/licenses/>.
19
//----------------------------------------------------------------------------------
20
21
namespace
XrdPfc
22
{
23
enum
CkSumCheck_e
{
CSChk_Unknown
= -1,
CSChk_None
= 0,
CSChk_Cache
= 1,
CSChk_Net
= 2,
CSChk_Both
= 3,
24
CSChk_TLS
= 4
// Only used during configuration parsing.
25
};
26
27
typedef
std::vector<uint32_t>
vCkSum_t
;
28
}
29
30
// #define XRDPFC_CKSUM_TEST
31
32
#endif
XrdPfc
Definition
XrdPfc.hh:41
XrdPfc::CkSumCheck_e
CkSumCheck_e
Definition
XrdPfcTypes.hh:23
XrdPfc::CSChk_Both
@ CSChk_Both
Definition
XrdPfcTypes.hh:23
XrdPfc::CSChk_Net
@ CSChk_Net
Definition
XrdPfcTypes.hh:23
XrdPfc::CSChk_TLS
@ CSChk_TLS
Definition
XrdPfcTypes.hh:24
XrdPfc::CSChk_Unknown
@ CSChk_Unknown
Definition
XrdPfcTypes.hh:23
XrdPfc::CSChk_Cache
@ CSChk_Cache
Definition
XrdPfcTypes.hh:23
XrdPfc::CSChk_None
@ CSChk_None
Definition
XrdPfcTypes.hh:23
XrdPfc::vCkSum_t
std::vector< uint32_t > vCkSum_t
Definition
XrdPfcTypes.hh:27
XrdPfc
XrdPfcTypes.hh
Generated by
1.9.8