summaryrefslogtreecommitdiffstats
path: root/logd/LogReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'logd/LogReader.h')
-rw-r--r--logd/LogReader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logd/LogReader.h b/logd/LogReader.h
index b267c75..91559a3 100644
--- a/logd/LogReader.h
+++ b/logd/LogReader.h
@@ -34,6 +34,8 @@ protected:
virtual bool onDataAvailable(SocketClient *cli);
private:
+ static int getLogSocket();
+
void doSocketDelete(SocketClient *cli);
};