1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 05:00:58 +01:00

Implemented runtime --share= and --unshare options. Fixed some things.

This commit is contained in:
Wouter den Breejen 2007-10-02 15:52:50 +00:00
parent 86f0fd8341
commit d0458acb7c
14 changed files with 90 additions and 54 deletions

View file

@ -104,7 +104,7 @@ public:
void shareState(const Path & from, const Path & to, const bool snapshot);
void unShareState(const Path & path, const bool copyFromOld);
void unShareState(const Path & path, const bool branch, const bool restoreOld);
private:
AutoCloseFD fdSocket;