mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
core: make gc_marker unsigned (#7004)
This matches the definition in unit.h.
This commit is contained in:
committed by
GitHub
parent
7c72bab4e3
commit
892a035c2e
@@ -244,7 +244,7 @@ struct Manager {
|
||||
* file system */
|
||||
int pin_cgroupfs_fd;
|
||||
|
||||
int gc_marker;
|
||||
unsigned gc_marker;
|
||||
|
||||
/* Flags */
|
||||
ManagerExitCode exit_code:5;
|
||||
|
||||
Reference in New Issue
Block a user