mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-08 21:40:28 +00:00
Align struct elements to byte boundaries: reduce memory footprint. (#834)
This commit is contained in:
parent
52345a2de4
commit
1c7deb72db
@ -185,14 +185,14 @@ func setLogLevel(loglevel string, logger *log.Logger) {
|
||||
type yggArgs struct {
|
||||
genconf bool
|
||||
useconf bool
|
||||
useconffile string
|
||||
normaliseconf bool
|
||||
confjson bool
|
||||
autoconf bool
|
||||
ver bool
|
||||
logto string
|
||||
getaddr bool
|
||||
getsnet bool
|
||||
useconffile string
|
||||
logto string
|
||||
loglevel string
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user