s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.
authorMichael Adam <obnox@samba.org>
Thu, 22 Oct 2009 12:37:51 +0000 (14:37 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 3 Nov 2009 00:02:35 +0000 (01:02 +0100)
Michael

source3/lib/dbwrap_ctdb.c

index 07dde1e408720b9a59e8199880a29d47d7f1abbf..4dd9465c5f13fdd48066ad206accb0a52ee19d98 100644 (file)
 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;