diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-05-01 18:44:03 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-05-01 18:44:03 -0500 |
commit | 75e4e8475bd6ef2e57145f9d08b731f091a6c889 (patch) | |
tree | 5e1e3354b08fc83f087f0d90fd3752b69397027e /qga/guest-agent-core.h | |
parent | 65074706b9353bae7307fcfcbbf63a36f6896aa7 (diff) | |
parent | f789aa7baff33e74c549a249aba3ae7a364d7642 (diff) |
Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into staging
* mdroth/qga-pull-4-27-12:
qemu-ga: persist tracking of fsfreeze state via filesystem
qemu-ga: add a whitelist for fsfreeze-safe commands
qemu-ga: improve recovery options for fsfreeze
Diffstat (limited to 'qga/guest-agent-core.h')
-rw-r--r-- | qga/guest-agent-core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qga/guest-agent-core.h b/qga/guest-agent-core.h index 304525d3c2..bbb8b9b125 100644 --- a/qga/guest-agent-core.h +++ b/qga/guest-agent-core.h @@ -32,3 +32,6 @@ void ga_disable_logging(GAState *s); void ga_enable_logging(GAState *s); void slog(const gchar *fmt, ...); void ga_set_response_delimited(GAState *s); +bool ga_is_frozen(GAState *s); +void ga_set_frozen(GAState *s); +void ga_unset_frozen(GAState *s); |