summaryrefslogtreecommitdiff
path: root/main_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'main_loop.h')
-rw-r--r--main_loop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main_loop.h b/main_loop.h
index c5a4b48..53c42f8 100644
--- a/main_loop.h
+++ b/main_loop.h
@@ -39,6 +39,8 @@ class MainLoop {
void RunOnce();
private:
+ void ProcessError(Os::Errno err);
+
std::unique_ptr<Os> os_;
std::unique_ptr<CommandProcessor> command_processor_;
// We use an int, rather than a unique_fd, because the file