]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/rcu.txt
vl.c: Add '-L help' which lists data dirs.
[mirror_qemu.git] / docs / rcu.txt
index 21ecb8106cdbdb3c8ff6434646a3a2b56f7db295..2f70954e82929ac00f72a64c465dfa8084981432 100644 (file)
@@ -128,7 +128,7 @@ The core RCU API is small:
         the callback function is g_free, in particular, g_free_rcu can be
         used.  In the above case, one could have written simply:
 
-            g_free_rcu(foo_reclaim, rcu);
+            g_free_rcu(&foo, rcu);
 
      typeof(*p) atomic_rcu_read(p);