projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3948bf
)
tdb: remove seqnum field from header
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 29 Sep 2009 02:21:28 +0000
(11:51 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 29 Sep 2009 02:21:28 +0000
(11:51 +0930)
Unused since " tdb: no longer need seqnum store hack as we can read after prepare."
ccan/tdb/tdb_private.h
patch
|
blob
|
history
diff --git
a/ccan/tdb/tdb_private.h
b/ccan/tdb/tdb_private.h
index ef85385c81ae8836b1ab94b4949e7db562959be9..6da29fa60a66351e41bccd67ae20de4c54e36ea5 100644
(file)
--- a/
ccan/tdb/tdb_private.h
+++ b/
ccan/tdb/tdb_private.h
@@
-231,7
+231,6
@@
struct tdb_context {
int transaction_lock_count;
#ifdef TDB_TRACE
int tracefd;
- uint32_t transaction_prepare_seqnum;
#endif
volatile sig_atomic_t *interrupt_sig_ptr;
};