]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <kevin@kevux.org>
Mon, 15 Apr 2024 04:12:45 +0000 (23:12 -0500)
committerKevin Day <kevin@kevux.org>
Mon, 15 Apr 2024 04:12:45 +0000 (23:12 -0500)
commitd7ca3f0f9dde08f44beae6e94a7b3fbddc870bff
tree36534b36158a511826173a546824e9e1d6124fd3
parent9aac6a169102fc5e7a531a8a7dee98a312ba2abf
Progress: Continue migrating the project.
23 files changed:
data/build/settings
sources/c/controller/controller.c
sources/c/controller/controller.h
sources/c/controller/main.c
sources/c/init/init.h
sources/c/init/main.c
sources/c/main/common.c
sources/c/main/common.h
sources/c/main/common/define/thread.h [new file with mode: 0644]
sources/c/main/common/enumeration/thread.h [new file with mode: 0644]
sources/c/main/common/print.c
sources/c/main/common/print.h
sources/c/main/common/type/cache.h
sources/c/main/common/type/control.h
sources/c/main/common/type/entry.h
sources/c/main/common/type/lock.c [new file with mode: 0644]
sources/c/main/common/type/lock.h [new file with mode: 0644]
sources/c/main/common/type/process.c
sources/c/main/common/type/process.h
sources/c/main/common/type/rule.h
sources/c/main/common/type/thread.c [new file with mode: 0644]
sources/c/main/common/type/thread.h [new file with mode: 0644]
sources/c/main/controller.h