1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

LXC: fix an improper comments for lxcDomainDestroyFlags

Currently @flag is not used yet.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-07-04 11:09:50 +08:00 committed by Eric Blake
parent 058384003d
commit 110b959fc5

View File

@ -1425,7 +1425,7 @@ lxcConnectDomainEventDeregisterAny(virConnectPtr conn,
/**
* lxcDomainDestroyFlags:
* @dom: pointer to domain to destroy
* @flags: an OR'ed set of virDomainDestroyFlags
* @flags: extra flags; not used yet.
*
* Sends SIGKILL to container root process to terminate the container
*