]> Kevux Git Server - fll/commit
Feature: Stub out the Control program.
authorKevin Day <thekevinday@gmail.com>
Thu, 5 Nov 2020 03:12:05 +0000 (21:12 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 Nov 2020 03:12:05 +0000 (21:12 -0600)
commit691fd5747f9e3b1d20bbfc925ab5e5357166229c
treedba67574a9924081787473c957f8f15b9fe3d20c
parentc1876d944dc6c81729eae1fad9cd9d590f04f6a0
Feature: Stub out the Control program.

This is a part of the traditional "init" process, such as those done in sysvinit or initng.
Unlike those, this only communicates with the "Controller" program to give the "Controller" program commands.
For the booting part of the process, see the "Init" program.

This is also intended to be control from service "Controller" program.
level_3/control/c/control.c [new file with mode: 0644]
level_3/control/c/control.h [new file with mode: 0644]
level_3/control/c/main.c [new file with mode: 0644]
level_3/control/c/private-control.c [new file with mode: 0644]
level_3/control/c/private-control.h [new file with mode: 0644]
level_3/control/data/build/defines [new file with mode: 0644]
level_3/control/data/build/dependencies [new file with mode: 0644]
level_3/control/data/build/settings [new file with mode: 0644]