Index: src/IceBrowserCompileServer.h |
diff --git a/src/IceBrowserCompileServer.h b/src/IceBrowserCompileServer.h |
index 79ab4c084e66e64402e18c8e80d6903b7aed763d..96b701d9c041c4f1510b496110db517a64afe299 100644 |
--- a/src/IceBrowserCompileServer.h |
+++ b/src/IceBrowserCompileServer.h |
@@ -50,11 +50,12 @@ public: |
ErrorCode &getErrorCode() final; |
/// Parse and set up the flags for compile jobs. |
- void getParsedFlags(uint32_t NumThreads, int argc, char **argv); |
+ void getParsedFlags(bool UseNumThreadsFromBrowser, uint32_t NumThreads, |
+ int argc, const char *const *argv); |
/// Creates the streams + context and starts the compile thread, handing off |
/// the streams + context. |
- void startCompileThread(int OutFD); |
+ void startCompileThread(int OutFD, int LogFD); |
/// Call to push more bytes to the current input stream. Returns false on |
/// success and true on error. |