summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot-private.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-04-28 15:51:32 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-08-15 12:35:10 +0000
commitfd98bda3c741527bf326164de5832eabcaee8a94 (patch)
treec052d807e89328f667c626e88f47725daea24fd3 /src/libostree/ostree-sysroot-private.h
parent64b7c420255e71dacc0549e0f9f20cfda2b2d524 (diff)
downloadostree-fd98bda3c741527bf326164de5832eabcaee8a94.tar.gz
repo: Introduce ostree_repo_open_at() and ostree_repo_create_at()
This essentially completes our fd-relative conversion. While here, I cleaned up the semantics of `ostree_repo_create()` and `ostree_repo_create_at()` to be more atomic - basically various scripts were testing for the `objects` subdirectory, so let's formalize that. Closes: #820 Approved by: jlebon
Diffstat (limited to 'src/libostree/ostree-sysroot-private.h')
-rw-r--r--src/libostree/ostree-sysroot-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libostree/ostree-sysroot-private.h b/src/libostree/ostree-sysroot-private.h
index 4c6cb328..8c4de9e0 100644
--- a/src/libostree/ostree-sysroot-private.h
+++ b/src/libostree/ostree-sysroot-private.h
@@ -57,9 +57,8 @@ struct OstreeSysroot {
OstreeDeployment *booted_deployment;
struct timespec loaded_ts;
- /* Only access through ostree_sysroot_get_repo() */
+ /* Only access through ostree_sysroot_[_get]repo() */
OstreeRepo *repo;
- gboolean repo_opened;
OstreeSysrootDebugFlags debug_flags;
};