4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-24 05:06:48 +00:00

Align struct elements to byte boundaries: reduce memory footprint. (#834)

This commit is contained in:
Paul Dee
2021-09-21 22:19:40 +02:00
committed by GitHub
parent 52345a2de4
commit 1c7deb72db

View File

@ -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
} }