summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-private.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-10-09 10:55:52 +0200
committerAlexander Larsson <alexl@redhat.com>2020-10-23 13:06:46 +0200
commit6c8e6539e2487c5d30a18c9b89dd8d6cf4455bb7 (patch)
treeab57d864bee1f391d8ea5649a38ef93dff9112eb /src/libostree/ostree-repo-private.h
parent0984ff8471cb758f66e8958813670c8ee99e7358 (diff)
downloadostree-6c8e6539e2487c5d30a18c9b89dd8d6cf4455bb7.tar.gz
deltas: Set `indexed-deltas` key in the config and summary
Clients can use these during pull and avoid downloading the summary if needed, or use the indexed-deltas instead of relying on the ones in the summary which may be left out.
Diffstat (limited to 'src/libostree/ostree-repo-private.h')
-rw-r--r--src/libostree/ostree-repo-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libostree/ostree-repo-private.h b/src/libostree/ostree-repo-private.h
index a48feca4..cbbe6971 100644
--- a/src/libostree/ostree-repo-private.h
+++ b/src/libostree/ostree-repo-private.h
@@ -57,6 +57,7 @@ G_BEGIN_DECLS
#define OSTREE_SUMMARY_COLLECTION_MAP "ostree.summary.collection-map"
#define OSTREE_SUMMARY_MODE "ostree.summary.mode"
#define OSTREE_SUMMARY_TOMBSTONE_COMMITS "ostree.summary.tombstone-commits"
+#define OSTREE_SUMMARY_INDEXED_DELTAS "ostree.summary.indexed-deltas"
#define _OSTREE_PAYLOAD_LINK_PREFIX "../"
#define _OSTREE_PAYLOAD_LINK_PREFIX_LEN (sizeof (_OSTREE_PAYLOAD_LINK_PREFIX) - 1)