Skip to content

Commit ea96219

Browse files
committed
Add a process manager "class"
In many places there's a need to keep track of sub-processes spawned by the main process. Such processes need to be looked up by various parameters and interacted with. Having a common, reliable and fast implementation with high test coverage that holds the various pieces of information about sub-processes together is beneficial. In the future, we should extend this new API with the process spawning and termination functionality. Ticket: CFE-3572 Changelog: None
1 parent 390b4de commit ea96219

File tree

5 files changed

+1316
-1
lines changed

5 files changed

+1316
-1
lines changed

libutils/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ libutils_la_SOURCES = \
6363
platform.h condition_macros.h \
6464
printsize.h \
6565
proc_keyvalue.c proc_keyvalue.h \
66+
proc_manager.c proc_manager.h \
6667
queue.c queue.h \
6768
rb-tree.c rb-tree.h \
6869
refcount.c refcount.h \

0 commit comments

Comments
 (0)