summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index 9daa44f..1968192 100644
--- a/repo.proto
+++ b/repo.proto
@@ -77,4 +77,5 @@ message Repos { // `autogenpb
repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this
bool hasFullScan = 4; // a full repo scan has been saved to disk
google.protobuf.Timestamp fullScan = 5; // mtime of the last full scan saved to disk
+ string filename = 6; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}