]> Kevux Git Server - fll/commit
Bugfix: When compiled as "init" the controller program does not use the correct paths.
authorKevin Day <thekevinday@gmail.com>
Wed, 27 Apr 2022 05:08:32 +0000 (00:08 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 27 Apr 2022 05:08:32 +0000 (00:08 -0500)
commitb3dca4622c1c30718a24873da64bf3ea7417dd89
treecc707eb9bba4d219c4099bf3aff3b15e1f5c7b3c
parent0222bafc032d8ab79935143144ddd9baec4f16d1
Bugfix: When compiled as "init" the controller program does not use the correct paths.

The isolation between the "init" specific changes and the normal "controller" specific code is insufficient.
Move all of the special paths into the main program, introducing a new header and source file called "main-common.h" and "main-common.c".

The main program is now responsible for providing these strings.
level_3/controller/c/common.c
level_3/controller/c/common.h
level_3/controller/c/controller.c
level_3/controller/c/main-common.c [new file with mode: 0644]
level_3/controller/c/main-common.h [new file with mode: 0644]
level_3/controller/c/main.c
level_3/controller/c/rule/private-rule.c
level_3/controller/data/build/settings