mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
journal: don't talk about -1 in context of unsigned values
This commit is contained in:
parent
49615dbd81
commit
e540c5a621
@ -18,7 +18,7 @@
|
||||
#include "time-util.h"
|
||||
|
||||
typedef struct JournalMetrics {
|
||||
/* For all these: -1 means "pick automatically", and 0 means "no limit enforced" */
|
||||
/* For all these: UINT64_MAX means "pick automatically", and 0 means "no limit enforced" */
|
||||
uint64_t max_size; /* how large journal files grow at max */
|
||||
uint64_t min_size; /* how large journal files grow at least */
|
||||
uint64_t max_use; /* how much disk space to use in total at max, keep_free permitting */
|
||||
|
Loading…
x
Reference in New Issue
Block a user