[ostree/wip/delta-continuation: 3/7] Add FetchStaticDeltaData



commit 48ff81513ca993e46ecbce6a9c5630edf4ad1d47
Author: Colin Walters <walters verbum org>
Date:   Thu Apr 3 09:27:58 2014 -0400

    Add FetchStaticDeltaData

 src/libostree/ostree-repo-pull.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c
index 756a1cf..f7c1fad 100644
--- a/src/libostree/ostree-repo-pull.c
+++ b/src/libostree/ostree-repo-pull.c
@@ -81,6 +81,11 @@ typedef struct {
   gboolean     is_detached_meta;
 } FetchObjectData;
 
+typedef struct {
+  OtPullData  *pull_data;
+  char *expected_checksum;
+} FetchStaticDeltaData;
+
 static SoupURI *
 suburi_new (SoupURI   *base,
             const char *first,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]