xrootd
XrdFrmXfrJob.hh
Go to the documentation of this file.
00001 #ifndef __FRMXFRJOB__
00002 #define __FRMXFRJOB__
00003 /******************************************************************************/
00004 /*                                                                            */
00005 /*                       X r d F r m X f r J o b . h h                        */
00006 /*                                                                            */
00007 /* (c) 2010 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-AC02-76-SFO0515 with the Department of Energy              */
00011 /******************************************************************************/
00012   
00013 #include <sys/param.h>
00014 #include "XrdFrc/XrdFrcRequest.hh"
00015 
00016 class XrdFrcReqFile;
00017 class XrdOucTList;
00018 
00019 class XrdFrmXfrJob
00020 {
00021 public:
00022 
00023 XrdFrmXfrJob  *Next;
00024 XrdOucTList   *NoteList;
00025 XrdFrcReqFile *reqFQ;
00026 char          *reqFile;
00027 XrdFrcRequest  reqData;
00028 const char    *Type;
00029 char           PFN[MAXPATHLEN+16];
00030 int            pfnEnd;
00031 int            RetCode;
00032 int            qNum;
00033 };
00034 #endif