diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 11:12:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 11:12:10 -0600 |
| commit | f6f5bdba4e982595ad1c12041d39f75e11792ef8 (patch) | |
| tree | 89c5c4856fcec28bb28fe0be4a4706559b6a3979 /linuxstatus/structs.go | |
| parent | c59247824f22cf62b1625f5eeea11b809374d7a0 (diff) | |
stepping through init on a window with state
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/structs.go')
| -rw-r--r-- | linuxstatus/structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxstatus/structs.go b/linuxstatus/structs.go index be541f2..10fec02 100644 --- a/linuxstatus/structs.go +++ b/linuxstatus/structs.go @@ -36,6 +36,7 @@ type LinuxStatus struct { IPv6 *gadgets.OneLiner workingIPv6 *gadgets.OneLiner Interfaces *gui.Node + speed *gadgets.OneLiner speedActual *gadgets.OneLiner } |
