]> Kevux Git Server - fll/commit
Progress: Controller program migration from 0.6 to 0.7.
authorKevin Day <kevin@kevux.org>
Sat, 16 Mar 2024 04:10:49 +0000 (23:10 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 16 Mar 2024 04:10:49 +0000 (23:10 -0500)
commita47de0b65997ae886268d14de93abba6c49a6d03
tree6bda5546f067b22b747eb176c673339a84b05570
parent2c0a5c3c6439968daa311c3994a16add71f5cbb0
Progress: Controller program migration from 0.6 to 0.7.

This gets most things compiling.
This should not work.
The changes made are just to reduce the compilation errors and to get the code into a near good enough state to start really migrating.

I am going to rewrite this side-by-side to this code now that I have seen what I need to do.
I may likely use this as a starting point for porting this over into its own separate project.
That project has already been created but is pretty much empty.
This will be long and rather painful migration process but it will be worth it.
20 files changed:
level_3/controller/c/common.c
level_3/controller/c/common.h
level_3/controller/c/common/private-common.h
level_3/controller/c/controller/private-controller.c
level_3/controller/c/controller/private-controller_print.c
level_3/controller/c/controller/private-controller_print.h
level_3/controller/c/entry/private-entry.c
level_3/controller/c/entry/private-entry_print.c
level_3/controller/c/entry/private-entry_print.h
level_3/controller/c/lock/private-lock_print.c
level_3/controller/c/lock/private-lock_print.h
level_3/controller/c/main.c
level_3/controller/c/process/private-process.c
level_3/controller/c/rule/private-rule.c
level_3/controller/c/rule/private-rule_print.c
level_3/controller/c/rule/private-rule_print.h
level_3/controller/c/thread/private-thread.c
level_3/controller/c/thread/private-thread_process.c
level_3/controller/c/thread/private-thread_signal.c
level_3/controller/c/thread/private-thread_signal.h