xrootd
XrdFrmXfrDaemon.hh
Go to the documentation of this file.
1 #ifndef __FRMXFRDAEMON_H__
2 #define __FRMXFRDAEMON_H__
3 /******************************************************************************/
4 /* */
5 /* X r d F r m X f r D a e m o n . 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 "XrdFrm/XrdFrmReqBoss.hh"
14 
16 {
17 public:
18 
19 static int Init();
20 
21 static void Pong();
22 
23 static int Start();
24 
27 
28 private:
29 static XrdFrmReqBoss *Boss(char bType);
30 
35 };
36 #endif