From d5aa7584824749ae48ede791cf1c76c8e6ab7ad2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Oct 2009 14:37:51 +0200 Subject: s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness. Michael --- source3/lib/dbwrap_ctdb.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c index 07dde1e408..4dd9465c5f 100644 --- a/source3/lib/dbwrap_ctdb.c +++ b/source3/lib/dbwrap_ctdb.c @@ -26,9 +26,11 @@ struct db_ctdb_transaction_handle { struct db_ctdb_ctx *ctx; bool in_replay; - /* we store the reads and writes done under a transaction one - list stores both reads and writes, the other just writes - */ + /* + * we store the reads and writes done under a transaction: + * - one list stores both reads and writes (m_all), + * - the other just writes (m_write) + */ struct ctdb_marshall_buffer *m_all; struct ctdb_marshall_buffer *m_write; uint32_t nesting; -- cgit