]> git.ipfire.org Git - fireperf.git/commit
Move dumping stats into main.c
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Feb 2021 14:46:04 +0000 (14:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Feb 2021 14:46:04 +0000 (14:46 +0000)
commitee4deba7213d95c46eac00d559a5328a7f86e50f
tree13e2e46a1dd8fbd11e9df66cf66f2a91548b5c46
parentc10e809c1be6cfc7981f28d57981b48ccba11b0b
Move dumping stats into main.c

The code is very common between client and server and therefore we can
share it better.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/client.c
src/main.c
src/main.h
src/server.c