process: Split out from manager

This commit is contained in:
Vicki Pfau 2024-03-27 15:53:36 -07:00
parent 128c5ee36a
commit 0d90859841
3 changed files with 40 additions and 27 deletions

View file

@ -23,6 +23,7 @@ use crate::sls::{LogLayer, LogReceiver};
mod ds_inhibit;
mod hardware;
mod manager;
mod process;
mod sls;
#[cfg(test)]