Displaying 1 result from an estimated 1 matches for "transaction_list".
Did you mean:
tranaction_list
2007 Sep 11
6
xs transaction
...ys "/* We don''t support nested transactions.
*/" by checking conn->transaction, but it can''t handle nest case.
Conn->transaction only indicates whether traffic is on-going in other
transaction, instead of whether other transactions are created. Instead
conn->transaction_list should be checked for the purpose.
So what''s expected usage for current xs transaction? Should xenstore
add check on parallel/nest case, or depend on caller to avoid?
Thanks,
Kevin
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http...