server: Minor refactoring of debug flags (-D).
commit342d1d5b84396188c226d223c34ffd89e25f96b2
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 13 Dec 2019 14:56:40 +0000 (13 14:56 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 13 Dec 2019 15:05:29 +0000 (13 15:05 +0000)
tree7186e774fa14fd6bfcd700fd99c9af67bf693c45
parent783249536254d02bc3c6baf5c531ac1a5e753456
server: Minor refactoring of debug flags (-D).

Move the parsing code into server/debug-flags.c too.  This allows us
to move the struct out of the header file.

Evolution of commit 208ed8aedf6c22b196db51d3f7a380ba30a398cd.
server/debug-flags.c
server/internal.h
server/main.c