]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
LXC: fix an improper comments for lxcDomainDestroyFlags
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Fri, 4 Jul 2014 03:09:50 +0000 (11:09 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 8 Jul 2014 21:45:43 +0000 (15:45 -0600)
Currently @flag is not used yet.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
src/lxc/lxc_driver.c

index 6e6108204b6eb5f92a627e32896bc6a3837c9ada..32532110f78dd48d47c4caf5936e89236f79ea85 100644 (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
  *