diff options
Diffstat (limited to 'logd/LogKlog.h')
-rw-r--r-- | logd/LogKlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logd/LogKlog.h b/logd/LogKlog.h index 24b2685de..7e4fde086 100644 --- a/logd/LogKlog.h +++ b/logd/LogKlog.h @@ -47,6 +47,7 @@ public: protected: void sniffTime(log_time &now, const char **buf, bool reverse); + pid_t sniffPid(const char *buf); void calculateCorrection(const log_time &monotonic, const char *real_string); virtual bool onDataAvailable(SocketClient *cli); |