From 5e90aecd290f5ae8b4b10367cc0d8995be2a1d9d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 4 Dec 2010 11:15:20 -0500 Subject: New argument to transactional free functions, to specify whether we are about to retry --- tests/transactional.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/transactional.h (limited to 'tests/transactional.h') diff --git a/tests/transactional.h b/tests/transactional.h new file mode 100644 index 00000000..afb15327 --- /dev/null +++ b/tests/transactional.h @@ -0,0 +1,3 @@ +#include "/usr/local/include/urweb/types.h" + +uw_unit uw_Transactional_foo(uw_context); -- cgit v1.2.3