mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Align struct elements to byte boundaries: reduce memory footprint. (#834)
This commit is contained in:
parent
52345a2de4
commit
1c7deb72db
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue