]> Kevux Git Server - fll/commit
Progress: controller program and related.
authorKevin Day <thekevinday@gmail.com>
Sat, 20 Mar 2021 00:36:28 +0000 (19:36 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 20 Mar 2021 00:41:57 +0000 (19:41 -0500)
commitd739a9efc56468ad4b803cf6285002a40117f75c
tree27862abe75b572fd1b0dca6ce87770fb412c5198
parentd4f1e95da3c3302b592536ecb7d0513b737f03b7
Progress: controller program and related.

Use "copy" instead of "clone", it seems more accurate given that the code is not guaranteeing the same exact memory structure (only the data is guaranteed).
I believe that I need to document my "completeness principle", documenting the structures and what needs to be done.
I also need to document the exception cases.

Implementing the rule copy function, I realized that I need to have the copy function and not just utilize the "append" functions.
There are many functions where "append" does not make sense.
This means that "copy" must be part of the completeness.

Comment out the cache clearing code.
I will probably get to that part last.
level_0/f_capability/c/capability.c
level_0/f_capability/c/capability.h
level_0/f_control_group/c/control_group.c
level_0/f_control_group/c/control_group.h
level_0/f_limit/c/limit.c
level_0/f_limit/c/limit.h
level_3/controller/c/private-controller.c
level_3/controller/c/private-entry.c
level_3/controller/c/private-rule.c
level_3/controller/c/private-rule.h
level_3/controller/c/private-thread.c