xrootd
XrdFrmXfrJob.hh
Go to the documentation of this file.
1 #ifndef __FRMXFRJOB__
2 #define __FRMXFRJOB__
3 /******************************************************************************/
4 /* */
5 /* X r d F r m X f r J o b . h h */
6 /* */
7 /* (c) 2010 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-AC02-76-SFO0515 with the Department of Energy */
11 /******************************************************************************/
12 
13 #include <sys/param.h>
14 #include "XrdFrc/XrdFrcRequest.hh"
15 
16 class XrdFrcReqFile;
17 class XrdOucTList;
18 
20 {
21 public:
22 
26 char *reqFile;
28 const char *Type;
29 char PFN[MAXPATHLEN+16];
30 int pfnEnd;
31 int RetCode;
32 int qNum;
33 char Act;
34 };
35 #endif