00001 // @(#)root/proof:$Id: pq2ping.h 33259 2010-04-28 06:54:00Z ganis $ 00002 // Author: G. Ganis, Mar 2010 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #ifndef PQ2_ping 00013 #define PQ2_ping 00014 00015 ////////////////////////////////////////////////////////////////////////// 00016 // // 00017 // pq2ping // 00018 // // 00019 // Prototypes for functions used in PQ2 functions to check daemons // 00020 // // 00021 ////////////////////////////////////////////////////////////////////////// 00022 00023 Int_t checkUrl(const char *url, const char *flog, bool def_proof = 0); 00024 Int_t pingXproofdAt(); 00025 Int_t pingXrootdAt(); 00026 Int_t pingServerAt(); 00027 00028 #endif