xrootd
Loading...
Searching...
No Matches
XrdClLocalFileTask.hh
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// Copyright (c) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
3// Author: Paul-Niklas Kramp <p.n.kramp@gsi.de>
4//------------------------------------------------------------------------------
5// XRootD is free software: you can redistribute it and/or modify
6// it under the terms of the GNU Lesser General Public License as published by
7// the Free Software Foundation, either version 3 of the License, or
8// (at your option) any later version.
9//
10// XRootD is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13// GNU General Public License for more details.
14//
15// You should have received a copy of the GNU Lesser General Public License
16// along with XRootD. If not, see <http://www.gnu.org/licenses/>.
17//------------------------------------------------------------------------------
18#ifndef __XRD_CL_LOCAL_FILE_TASK_HH__
19#define __XRD_CL_LOCAL_FILE_TASK_HH__
20
21#include "XrdCl/XrdClStatus.hh"
25
26namespace XrdCl{
40}
41
42#endif
Definition XrdClAnyObject.hh:33
Interface for a job to be run by the job manager.
Definition XrdClJobManager.hh:34
Definition XrdClLocalFileTask.hh:27
XRootDStatus * st
Definition XrdClLocalFileTask.hh:35
ResponseHandler * responsehandler
Definition XrdClLocalFileTask.hh:38
virtual void Run(void *arg)
The job logic.
AnyObject * obj
Definition XrdClLocalFileTask.hh:36
HostList * hosts
Definition XrdClLocalFileTask.hh:37
LocalFileTask(XRootDStatus *st, AnyObject *obj, HostList *hosts, ResponseHandler *responsehandler)
Handle an async response.
Definition XrdClXRootDResponses.hh:1126
Request status.
Definition XrdClXRootDResponses.hh:219
Definition XrdClAction.hh:34
std::vector< HostInfo > HostList
Definition XrdClXRootDResponses.hh:1120