diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-07 00:00:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 00:00:59 +0200 |
commit | 9e58ff9c5c3bd46a796a20fc6c304cdab489f334 (patch) | |
tree | 3bdef2c8802ee1b1deab9729b4f198fdfb2780f1 /src/util.h | |
parent | fa0f4d8a3a640b235f12e9eb998ce726495622c1 (diff) |
manager: optionally print status updates to console on boot
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index cb47c7a073..0465915f40 100644 --- a/src/util.h +++ b/src/util.h @@ -291,6 +291,8 @@ int rm_rf(const char *path, bool only_dirs, bool delete_root); cpu_set_t* cpu_set_malloc(unsigned *ncpus); +void status_vprintf(const char *format, va_list ap); + const char *ioprio_class_to_string(int i); int ioprio_class_from_string(const char *s); |