daemon: Rename transaction_livefs → transaction_apply_live

Continuing the renaming.
This commit is contained in:
Colin Walters 2021-02-12 21:07:21 +00:00 committed by OpenShift Merge Robot
parent ffe72d28ec
commit 29a2304fe2
3 changed files with 16 additions and 16 deletions

View File

@ -140,7 +140,7 @@ osexperimental_handle_live_fs (RPMOSTreeOSExperimental *interface,
&local_error))
goto out;
transaction = rpmostreed_transaction_new_livefs (invocation,
transaction = rpmostreed_transaction_new_apply_live (invocation,
ot_sysroot,
arg_options,
cancellable,

View File

@ -107,7 +107,7 @@ livefs_transaction_init (LiveFsTransaction *self)
}
RpmostreedTransaction *
rpmostreed_transaction_new_livefs (GDBusMethodInvocation *invocation,
rpmostreed_transaction_new_apply_live (GDBusMethodInvocation *invocation,
OstreeSysroot *sysroot,
GVariant *options,
GCancellable *cancellable,

View File

@ -117,7 +117,7 @@ rpmostreed_transaction_new_cleanup (GDBusMethodInvocation *invocation,
GError **error);
RpmostreedTransaction *
rpmostreed_transaction_new_livefs (GDBusMethodInvocation *invocation,
rpmostreed_transaction_new_apply_live (GDBusMethodInvocation *invocation,
OstreeSysroot *sysroot,
GVariant *options,
GCancellable *cancellable,