diff options
author | Joe <rbo@gmx.us> | 2024-04-15 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-15 20:20:20 +0200 |
commit | 066c457a15182adec0d1eee5e2c2b620e0d23a3e (patch) | |
tree | 3d6565405b16e718e01c6b21bfcf2eb97206e37b /src/c_lhosts.go | |
parent | coool (diff) | |
download | hardflip-066c457a15182adec0d1eee5e2c2b620e0d23a3e.tar.gz hardflip-066c457a15182adec0d1eee5e2c2b620e0d23a3e.tar.bz2 hardflip-066c457a15182adec0d1eee5e2c2b620e0d23a3e.tar.xz hardflip-066c457a15182adec0d1eee5e2c2b620e0d23a3e.tar.zst hardflip-066c457a15182adec0d1eee5e2c2b620e0d23a3e.zip |
progress
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r-- | src/c_lhosts.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 04595e8..cb2279a 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -96,6 +96,7 @@ type HostNode struct { Silent bool `yaml:"silent,omitempty"` Shell []string `yaml:"shell,omitempty"` Stack StackSettings `yaml:"openstack,omitempty"` + drive_keys []string filename string parent *DirsNode next *HostNode |