]> Kevux Git Server - controller/commit
Progress: Continue migrating the project, addressing instances double-pointer.
authorKevin Day <Kevin@kevux.org>
Sat, 6 Jul 2024 23:58:47 +0000 (18:58 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 6 Jul 2024 23:58:47 +0000 (18:58 -0500)
commit3f97e9398074dc2c3b47118ba540ad9e9ccda7f2
tree633f3266af12c3c71b9f303195f38939a5ae544b
parentb3158059c78332c62b02a426cc9529c8cf82e8d9
Progress: Continue migrating the project, addressing instances double-pointer.

I forgot that instances is a double-pointer.
Adjust the code to ensure that the double-pointer is handled and that the locks are allocated and de-allocated.

Add additional comments regarding things that need to be done.
sources/c/main/common/type/instance.c
sources/c/main/common/type/instance.h
sources/c/main/common/type/thread.c
sources/c/main/instance/prepare.c
sources/c/main/instance/prepare.h
sources/c/main/lock.c
sources/c/main/process.c
sources/c/main/rule/instance.c
sources/c/main/rule/wait.c
sources/c/main/thread/cleanup.c
sources/c/main/thread/entry.c