]> git.ipfire.org Git - fireperf.git/commit
ctx: Move the context declaration into its own source file
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Sep 2024 08:13:05 +0000 (08:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Sep 2024 08:13:05 +0000 (08:13 +0000)
commit0def322dc4c8692432b25dd6f3f2d7f493725aa3
tree325a02b3524f2778bf48bf75967d23c426d8d940
parent1a1bf8efc55b1460b354540d94023a49e9b26325
ctx: Move the context declaration into its own source file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
12 files changed:
Makefile.am
src/client.c
src/client.h
src/ctx.c [new file with mode: 0644]
src/ctx.h [new file with mode: 0644]
src/logging.h
src/main.c
src/main.h
src/random.c
src/random.h
src/server.h
src/worker.h