summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 30103d3..035ddf9 100644
--- a/structs.go
+++ b/structs.go
@@ -20,7 +20,7 @@ type Host struct {
window *gadgets.BasicWindow // the main window
debug *gadgets.BasicWindow // the debug window
- status *hostnameStatus // keeps track of the hostname and it's status
+ statusDNS *hostnameStatus // keeps track of the hostname and it's status
statusOS *linuxstatus.LinuxStatus // what the Linux OS sees
digStatus *digStatus // window of the results of DNS lookups
@@ -46,7 +46,6 @@ type Host struct {
ipv4s map[string]dns.RR
ipv6s map[string]dns.RR
-
// DNS stuff
DnsAPI *gui.Node // what DNS API to use?
DnsAAAA *gadgets.OneLiner // the actual DNS AAAA results