DCHK Client Version 0.5.7 - Documentation |
![]() |
A Structure to hold a single domain, which is part of a DCHK_DOMAINLIST. More...
#include <dchk.h>
This structure is used as a list item in DCHK_DOMAINLIST and holds a single domain.
Data Fields | |
char * | domain |
Pointer to the domain name. | |
char * | lastdatabaseupdate |
struct __dchk_record * | next |
Pointer to the next element in the list. | |
char * | status |
Value holding the status of the domain. Initially this value is set to DCHK_STATUS_UNCHECKED. |