Source
14
14
** GNU General Public License for more details.
15
15
**
16
16
** You should have received a copy of the GNU General Public License
17
17
** along with this program; if not, write to the Free Software
18
18
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
19
**/
20
20
21
21
#ifndef ZABBIX_DISCOVERY_H
22
22
#define ZABBIX_DISCOVERY_H
23
23
24
-
#include "comms.h"
24
+
#include "db.h"
25
25
26
26
typedef struct
27
27
{
28
28
zbx_uint64_t dcheckid;
29
29
unsigned short port;
30
30
char dns[INTERFACE_DNS_LEN_MAX];
31
31
char value[MAX_DISCOVERED_VALUE_SIZE];
32
32
int status;
33
33
time_t itemtime;
34
34
}