xrootd
XrdMonCtrCollector.hh
Go to the documentation of this file.
1 /*****************************************************************************/
2 /* */
3 /* XrdMonCtrCollectoriver.hh */
4 /* */
5 /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */
6 /* All Rights Reserved */
7 /* Produced by Jacek Becla for Stanford University under contract */
8 /* DE-AC02-76SF00515 with the Department of Energy */
9 /*****************************************************************************/
10 
11 // $Id$
12 
13 #ifndef XRDMONCTRCOLLECTOR_HH
14 #define XRDMONCTRCOLLECTOR_HH
15 
16 // core function for receiving packets, runs in a dedicated thread
17 
18 extern "C" void* receivePackets(void*);
19 
20 namespace XrdMonCtrCollector {
21  extern int port;
22 };
23 
24 #endif /* XRDMONCTRCOLLECTOR_HH */