2 * QEMU Guest Agent VSS utility declarations
4 * Copyright Hitachi Data Systems Corp. 2013
7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com>
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.
16 #include "qga/vss-win32/vss-handles.h"
18 bool vss_init(bool init_requester
);
19 void vss_deinit(bool deinit_requester
);
20 bool vss_initialized(void);
22 int ga_install_vss_provider(void);
23 void ga_uninstall_vss_provider(void);
25 void qga_vss_fsfreeze(int *nr_volume
, bool freeze
,
26 strList
*mountpints
, Error
**errp
);