mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 01:12:30 -04:00
job: Make Job struct private
This does not need to be public, and nothing was using it.
This commit is contained in:
parent
603cd7217c
commit
bc9cb4d414
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ pub struct JobManager {
|
||||||
next_job: u32,
|
next_job: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Job {
|
struct Job {
|
||||||
process: Child,
|
process: Child,
|
||||||
paused: bool,
|
paused: bool,
|
||||||
exit_code: Option<i32>,
|
exit_code: Option<i32>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue