]> Kevux Git Server - fll/commit
Progress: controller program.
authorKevin Day <thekevinday@gmail.com>
Fri, 12 Feb 2021 03:53:11 +0000 (21:53 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 12 Feb 2021 03:53:11 +0000 (21:53 -0600)
commitc6e77d53eec62d5356d5f6546ad27e9af4febabe
tree401ca4aaf20916559573ea27d15104020fd03c6d
parent79e8e7157a92f404ab4259a53c8af302d925f4e2
Progress: controller program.

Continue working on the thread support.
As I am learning how to use threading, I am finding that my conversion is flawed in some way and somehow losing the pointer address.
I worry that this might be related to how realloc() changes the pointer address, but there is no strong evidence to this fear.

I've decided to just save the current state (regardless of its state) and will rethink the design.
Currently the behavior is more consistent but still problematic.
level_3/controller/c/private-common.h
level_3/controller/c/private-controller.c
level_3/controller/c/private-rule.c
level_3/controller/c/private-rule.h
level_3/controller/c/private-thread.c