about summary refs log tree commit diff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-02-18T22·05+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-02-19T09·19+0100
commit3e067ac11c1621f989011432f619652a9c20e6f4 (patch)
tree4c26c31ab8e793481492ca1c1dd7b85ffd8f116e /src/libstore/globals.hh
parent5ea138dc4b9822095723b75bc2962e3d899f5437 (diff)
Add `Settings::nixDaemonSocketFile'.
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index be287698c6c8..f129d9a11edc 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -50,6 +50,9 @@ struct Settings {
     /* The directory where the main programs are stored. */
     Path nixBinDir;
 
+    /* File name of the socket the daemon listens to.  */
+    Path nixDaemonSocketFile;
+
     /* Whether to keep temporary directories of failed builds. */
     bool keepFailed;