summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-static-delta-processing.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-10-15 19:34:04 +0200
committerAlexander Larsson <alexl@redhat.com>2015-11-10 08:56:14 +0100
commit7a4fb1b2f1ff5ef69fab867f62ea2dac5f93b95f (patch)
tree59a960512624841cdc708eb5e0bbbefd84e9c282 /src/libostree/ostree-repo-static-delta-processing.c
parent3fa3e12e0203aab11f2b95441496718c6df75bca (diff)
downloadostree-7a4fb1b2f1ff5ef69fab867f62ea2dac5f93b95f.tar.gz
Add _ostree_repo_open|commit_untrusted_content_bare
Also renames OstreeRepoTrustedContentBareCommit to OstreeRepoContentBareCommit so that it can be used by both. This will be needed when we introduce checksum verification of objects in static deltas.
Diffstat (limited to 'src/libostree/ostree-repo-static-delta-processing.c')
-rw-r--r--src/libostree/ostree-repo-static-delta-processing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-repo-static-delta-processing.c b/src/libostree/ostree-repo-static-delta-processing.c
index f60ec7a1..496c9abb 100644
--- a/src/libostree/ostree-repo-static-delta-processing.c
+++ b/src/libostree/ostree-repo-static-delta-processing.c
@@ -55,7 +55,7 @@ typedef struct {
GError **async_error;
OstreeObjectType output_objtype;
- OstreeRepoTrustedContentBareCommit barecommitstate;
+ OstreeRepoContentBareCommit barecommitstate;
guint64 content_size;
GOutputStream *content_out;
char checksum[65];