summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 4be9602..8b882e3 100644
--- a/structs.go
+++ b/structs.go
@@ -41,7 +41,9 @@ type Host struct {
ipv4s map[string]dns.RR
ipv6s map[string]dns.RR
- window *gui.Node // the main window
+ window *gadgets.BasicWindow // the main window
+ details *gadgets.BasicWindow // more details of the DNS state
+
tab *gui.Node // the main dns tab
notes *gui.Node // using this to put notes here
@@ -81,7 +83,8 @@ type Host struct {
hostnameStatus *hostnameStatus
hostnameStatusButton *gui.Node
- myDebug *gui.Node
+ myDebug *gui.Node
+ myGui *gui.Node
}
type IPtype struct {