00001 #ifndef artdaq_DAQdata_NetMonHeader_hh 00002 #define artdaq_DAQdata_NetMonHeader_hh 00003 00004 #include <cstdint> 00005 00006 namespace artdaq 00007 { 00008 struct NetMonHeader; 00009 } 00010 00014 struct artdaq::NetMonHeader 00015 { 00016 uint64_t data_length; 00017 }; 00018 00019 #endif /* artdaq_DAQdata_NetMonHeader_hh */