5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 02:09:36 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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