xrootd
|
00001 /*****************************************************************************/ 00002 /* */ 00003 /* XrdMonTypes.hh */ 00004 /* */ 00005 /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ 00006 /* All Rights Reserved */ 00007 /* Produced by Jacek Becla for Stanford University under contract */ 00008 /* DE-AC02-76SF00515 with the Department of Energy */ 00009 /*****************************************************************************/ 00010 00011 // $Id$ 00012 00013 #include "XProtocol/XPtypes.hh" 00014 #include <algorithm> 00015 00016 typedef kXR_int32 length_t; 00017 typedef kXR_int32 dictid_t; 00018 typedef kXR_char packet_t; 00019 typedef kXR_char sequen_t; 00020 typedef kXR_int16 packetlen_t; 00021 typedef kXR_unt16 senderid_t; 00022 typedef std::pair<char*, senderid_t> hp_t; 00023