vss-win32.h (4c55b1d0bad8a703f0499fe62e3761a0cd288da3) | vss-win32.h (94d81ae896810beafa60c85b88e991daa986e1fc) |
---|---|
1/* 2 * QEMU Guest Agent VSS utility declarations 3 * 4 * Copyright Hitachi Data Systems Corp. 2013 5 * 6 * Authors: 7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com> 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 | 1/* 2 * QEMU Guest Agent VSS utility declarations 3 * 4 * Copyright Hitachi Data Systems Corp. 2013 5 * 6 * Authors: 7 * Tomoki Sekiyama <tomoki.sekiyama@hds.com> 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" |
|
16 17bool vss_init(bool init_requester); 18void vss_deinit(bool deinit_requester); 19bool vss_initialized(void); 20 21int ga_install_vss_provider(void); 22void ga_uninstall_vss_provider(void); 23 24void qga_vss_fsfreeze(int *nr_volume, bool freeze, Error **errp); 25 26#endif | 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, Error **errp); 26 27#endif |