Commit d4d138e4 authored by Jim Fulton's avatar Jim Fulton
parent b6acf30f
......@@ -853,6 +853,9 @@ class StorageServerWrapper:
def send_reply(self, *args): # Masquerade as conn
pass
def tpc_abort(self, transaction):
self.server.tpc_abort(id(transaction))
def tpc_finish(self, transaction, func = lambda: None):
self.server.tpc_finish(id(transaction)).set_sender(0, self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment