diff options
author | Hu Tao <hutao@cn.fujitsu.com> | 2011-07-27 10:13:09 +0800 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2011-07-28 10:10:00 +0200 |
commit | 0f47be1708e3e52924ccff4da3ff92737c4343b8 (patch) | |
tree | 5ce5367c326d17ecac5c5d5ee03ede68b8124024 /libvirt-override-api.xml | |
parent | 0950f558f708de0ba2123426777c1a1ea20071cb (diff) | |
download | libvirt-python-0f47be1708e3e52924ccff4da3ff92737c4343b8.tar.gz |
python: add python binding for virDomainSetBlkioParameters
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r-- | libvirt-override-api.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 00f8e6a..928bfb7 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -206,6 +206,7 @@ <return type='int' info='-1 in case of error, 0 in case of success.'/> <arg name='domain' type='virDomainPtr' info='pointer to domain object'/> <arg name='params' type='virBlkioParameterPtr' info='pointer to blkio tunable objects'/> + <arg name='flags' type='int' info='an OR'ed set of virDomainModificationImpact'/> </function> <function name='virDomainGetBlkioParameters' file='python'> <info>Get the blkio parameters</info> |