]> git.ozlabs.org Git - ccan/commit
Cleanup variable names.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 17 Jul 2009 07:29:58 +0000 (16:59 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 17 Jul 2009 07:29:58 +0000 (16:59 +0930)
commit7ff5fdae5859fc5e7bbe2fa1aad3b8eee73b4891
tree288dd210e26c92c19477a2b2934c0ecb67199f81
parent83a913021888d6ec2686bf89f69967639b915bc4
Cleanup variable names.
struct op: serial -> seqnum (and drop use of term "serial" everywhere).
struct op: op -> type
struct op_desc: general replacement for file/op_num pair.
Change add_dependency to take two const op_desc *: means reshuffle since we can't adjust the args any more.
ccan/tdb/tools/replay_trace.c