00001 #ifndef DAQMONDB_HH
00002 #define DAQMONDB_HH
00003
00004 #include "rtsMonitor.h"
00005
00006 struct daqMonDB
00007 {
00008 rtsMonRequired mon;
00009 char destination[20];
00010 int dest_port;
00011 int last_send;
00012 int backlog_size;
00013 };
00014
00015
00016 #endif