From f3441e6122c3ce8f81576bfe79897a638c8f82e2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 18 Sep 2007 09:11:20 +0000 Subject: * Pass various options to the worker so that flags like -K or -j work in multi-user Nix (NIX-72). * Client/worker: exchange a protocol version number for future compatibility. --- src/libstore/remote-store.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstore/remote-store.hh') diff --git a/src/libstore/remote-store.hh b/src/libstore/remote-store.hh index 87850c406873..79a15e11ef9d 100644 --- a/src/libstore/remote-store.hh +++ b/src/libstore/remote-store.hh @@ -77,6 +77,8 @@ private: void forkSlave(); void connectToDaemon(); + + void setOptions(); }; -- cgit 1.4.1