about summary refs log tree commit diff
path: root/src/libstore/download.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-21T13·03+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-21T13·14+0200
commit01615b5f63ad26307a7e47a9b6508e5e779a1e83 (patch)
treeee76a7419a9e6c829ed3260947cfdc218c481034 /src/libstore/download.hh
parent5db358d4d78aea7204a8f22c5bf2a309267ee038 (diff)
Show progress indicator for builtin fetchurl
Diffstat (limited to 'src/libstore/download.hh')
-rw-r--r--src/libstore/download.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/download.hh b/src/libstore/download.hh
index aff109ee7ce1..c1cb25b90c32 100644
--- a/src/libstore/download.hh
+++ b/src/libstore/download.hh
@@ -9,6 +9,7 @@ struct DownloadOptions
 {
     string expectedETag;
     bool verifyTLS{true};
+    bool forceProgress{false};
 };
 
 struct DownloadResult