]> Git Repo - qemu.git/blame_incremental - qga/vss-win32.h
tests/vm: avoid extra compressed image copy
[qemu.git] / qga / vss-win32.h
... / ...
CommitLineData
1/*
2 * QEMU Guest Agent VSS utility declarations
3 *
4 * Copyright Hitachi Data Systems Corp. 2013
5 *
6 * Authors:
7 * Tomoki Sekiyama <[email protected]>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13#ifndef VSS_WIN32_H
14#define VSS_WIN32_H
15
16#include "qga/vss-win32/vss-handles.h"
17
18bool vss_init(bool init_requester);
19void vss_deinit(bool deinit_requester);
20bool vss_initialized(void);
21
22int ga_install_vss_provider(void);
23void ga_uninstall_vss_provider(void);
24
25void qga_vss_fsfreeze(int *nr_volume, bool freeze,
26 strList *mountpints, Error **errp);
27
28#endif
This page took 0.021109 seconds and 4 git commands to generate.