xrootd
XrdCnsDaemon.hh
Go to the documentation of this file.
1 #ifndef _CNS_DAEMON_H_
2 #define _CNS_DAEMON_H_
3 /******************************************************************************/
4 /* */
5 /* X r d C n s D a e m o n . h h */
6 /* */
7 /* (c) 2007 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 // $Id$
14 
15 #include "XrdSys/XrdSysPthread.hh"
16 
17 class XrdOucStream;
18 
20 {
21 public:
22 
23 void getEvents(XrdOucStream &, const char *Who);
24 
27 
28 private:
29 
30 char *getLFN(XrdOucStream &Events);
31 };
32 #endif