From df50185b43916926a72246ab3a80875eda7ad2a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 4 Jan 2012 18:33:36 +0100 Subject: journal: beef up journal output of systemctl and journalctl --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 7f25788b3f..e285ec77ff 100644 --- a/src/util.h +++ b/src/util.h @@ -520,4 +520,6 @@ unsigned long cap_last_cap(void); char *format_bytes(char *buf, size_t l, off_t t); +int fd_wait_for_event(int fd, int event); + #endif -- cgit v1.2.3-54-g00ecf