xrootd
XrdCmsSupervisor.hh
Go to the documentation of this file.
1 #ifndef __CMS_SUPERVISOR_H__
2 #define __CMS_SUPERVISOR_H__
3 /******************************************************************************/
4 /* */
5 /* X r d C m s S u p e r v i s o r . h h */
6 /* */
7 /* */
8 /* (c) 2007 by the Board of Trustees of the Leland Stanford, Jr., University */
9 /* All Rights Reserved */
10 /* Produced by Andrew Hanushevsky for Stanford University under contract */
11 /* DE-AC02-76-SFO0515 with the Department of Energy */
12 /******************************************************************************/
13 
14 // $Id$
15 
16 class XrdInet;
17 
19 {
20 public:
21 
22 static int superOK;
23 
24 static int Init(const char *AdminPath, int AdminMode);
25 
26 static void Start();
27 
30 
31 private:
32 
33 static XrdInet *NetTCPr;
34 };
35 #endif