Skip to content

Commit

Permalink
[XrdCl] Expose the JobManager in PostMaster
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Apr 16, 2013
1 parent 4b96051 commit ba1546c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/XrdCl/XrdClPostMaster.hh
Expand Up @@ -183,6 +183,14 @@ namespace XrdCl
return pTaskManager;
}

//------------------------------------------------------------------------
//! Get the job manager object user by the post master
//------------------------------------------------------------------------
JobManager *GetJobManager()
{
return pJobManager;
}

private:
Channel *GetChannel( const URL &url );

Expand Down

0 comments on commit ba1546c

Please sign in to comment.