summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-core.h
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-04-29 15:24:28 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-05-07 21:58:04 +0200
commitef7a4dee100e1b5470e98b4f8a86edbe2e0bebf5 (patch)
treed6c74280a0e7f9d05f793b6973848960e619241b /src/libostree/ostree-core.h
parent5f331330548a94aa73e39951df51576554592259 (diff)
downloadostree-ef7a4dee100e1b5470e98b4f8a86edbe2e0bebf5.tar.gz
pull: verify signature for the summary file
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'src/libostree/ostree-core.h')
-rw-r--r--src/libostree/ostree-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h
index c0f8798a..711c6994 100644
--- a/src/libostree/ostree-core.h
+++ b/src/libostree/ostree-core.h
@@ -142,6 +142,9 @@ typedef enum {
#define OSTREE_SUMMARY_GVARIANT_STRING "(a(s(taya{sv}))a{sv})"
#define OSTREE_SUMMARY_GVARIANT_FORMAT G_VARIANT_TYPE (OSTREE_SUMMARY_GVARIANT_STRING)
+#define OSTREE_SUMMARY_SIG_GVARIANT_STRING "a{sv}"
+#define OSTREE_SUMMARY_SIG_GVARIANT_FORMAT G_VARIANT_TYPE (OSTREE_SUMMARY_SIG_GVARIANT_STRING)
+
/**
* OstreeRepoMode:
* @OSTREE_REPO_MODE_BARE: Files are stored as themselves; can only be written as root