diff options
Diffstat (limited to 'logd/LogBuffer.h')
-rw-r--r-- | logd/LogBuffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/logd/LogBuffer.h b/logd/LogBuffer.h index a29e015..9ee243d 100644 --- a/logd/LogBuffer.h +++ b/logd/LogBuffer.h @@ -48,9 +48,9 @@ public: LogBuffer(LastLogTimes *times); void init(); - void log(log_id_t log_id, log_time realtime, - uid_t uid, pid_t pid, pid_t tid, - const char *msg, unsigned short len); + int log(log_id_t log_id, log_time realtime, + uid_t uid, pid_t pid, pid_t tid, + const char *msg, unsigned short len); uint64_t flushTo(SocketClient *writer, const uint64_t start, bool privileged, int (*filter)(const LogBufferElement *element, void *arg) = NULL, |