diff options
Diffstat (limited to 'linuxstatus/structs.go')
| -rw-r--r-- | linuxstatus/structs.go | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/linuxstatus/structs.go b/linuxstatus/structs.go index 185f0d7..be541f2 100644 --- a/linuxstatus/structs.go +++ b/linuxstatus/structs.go @@ -14,13 +14,14 @@ import ( var me *LinuxStatus type LinuxStatus struct { - init bool - ready bool - hidden bool - changed bool + ready bool + hidden bool + changed bool - ifmap map[int]*IFtype // the current interfaces - ipmap map[string]*IPtype // the current ip addresses + parent *gui.Node + + ifmap map[int]*IFtype // the current interfaces + ipmap map[string]*IPtype // the current ip addresses window *gadgets.BasicWindow group *gui.Node |
