mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
Added state marshall functions in RemoteStore.cc (still unfinished in Nix-worker.cc)
This commit is contained in:
parent
bdcce95a39
commit
2e7539bd27
18 changed files with 423 additions and 224 deletions
|
|
@ -59,7 +59,7 @@ typedef list<Path> Paths;
|
|||
typedef set<Path> PathSet;
|
||||
|
||||
//state types
|
||||
typedef list<int> RevisionNumbers; //the Strings (list) of StateReferences and this list are connected by position
|
||||
typedef vector<int> IntVector; //the Strings (list) of StateReferences and this list are connected by position
|
||||
struct RevisionInfo
|
||||
{
|
||||
string comment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue