mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +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 {
|
type yggArgs struct {
|
||||||
genconf bool
|
genconf bool
|
||||||
useconf bool
|
useconf bool
|
||||||
useconffile string
|
|
||||||
normaliseconf bool
|
normaliseconf bool
|
||||||
confjson bool
|
confjson bool
|
||||||
autoconf bool
|
autoconf bool
|
||||||
ver bool
|
ver bool
|
||||||
logto string
|
|
||||||
getaddr bool
|
getaddr bool
|
||||||
getsnet bool
|
getsnet bool
|
||||||
|
useconffile string
|
||||||
|
logto string
|
||||||
loglevel string
|
loglevel string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user