Update to latest nixUnstable

This commit is contained in:
Eelco Dolstra
2017-09-14 17:22:48 +02:00
parent d676c91bd5
commit 6517446c34
4 changed files with 12 additions and 30 deletions

View File

@ -8,7 +8,6 @@
#include <queue>
#include "db.hh"
#include "counter.hh"
#include "token-server.hh"
#include "derivations.hh"
@ -22,6 +21,8 @@ typedef unsigned int BuildID;
typedef std::chrono::time_point<std::chrono::system_clock> system_time;
typedef std::atomic<unsigned long> counter;
typedef enum {
bsSuccess = 0,
@ -439,7 +440,7 @@ public:
private:
MaintainCount startDbUpdate();
nix::MaintainCount<counter> startDbUpdate();
/* Return a store object to store build results. */
nix::ref<nix::Store> getDestStore();