]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu/transactions.h
util/uri: Remove uri_string_unescape()
[mirror_qemu.git] / include / qemu / transactions.h
index 92c596523506ad1947a805f1c6e7854b8da64060..2f2060acd902d57597c457f8464647bcde6466cd 100644 (file)
@@ -31,6 +31,9 @@
  * tran_create(), call your "prepare" functions on it, and finally call
  * tran_abort() or tran_commit() to finalize the transaction by corresponding
  * finalization actions in reverse order.
+ *
+ * The clean() functions registered by the drivers in a transaction are called
+ * last, after all abort() or commit() functions have been called.
  */
 
 #ifndef QEMU_TRANSACTIONS_H