xrootd
Loading...
Searching...
No Matches
XrdXrootdXeq.hh
Go to the documentation of this file.
1/******************************************************************************/
2/* */
3/* X r d X r o o t d X e q . h h */
4/* */
5/* (c) 2004 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/******************************************************************************/
31/* D e f i n e s */
32/******************************************************************************/
33
34#define CRED (const XrdSecEntity *)Client
35
36#define TRACELINK Link
37
38#define STATIC_REDIRECT(xfnc) \
39 if (Route[xfnc].Port[rdType]) \
40 return Response.Send(kXR_redirect,Route[xfnc].Port[rdType],\
41 Route[xfnc].Host[rdType])
42
43/******************************************************************************/
44/* C o m m o n S t r u c t u r e s */
45/******************************************************************************/
46
49
50 void Set(kXR_char *ch)
51 {memcpy((void *)&handle, (const void *)ch, sizeof(handle));}
55 };
int kXR_int32
Definition XPtypes.hh:89
unsigned char kXR_char
Definition XPtypes.hh:65
Definition XrdXrootdXeq.hh:48
~XrdXrootdFHandle()
Definition XrdXrootdXeq.hh:54
XrdXrootdFHandle()
Definition XrdXrootdXeq.hh:52
void Set(kXR_char *ch)
Definition XrdXrootdXeq.hh:50
XrdXrootdFHandle(kXR_char *ch)
Definition XrdXrootdXeq.hh:53
kXR_int32 handle
Definition XrdXrootdXeq.hh:48