ctdb_client: reformat a comment slightly to enhance clearness.
authorMichael Adam <obnox@samba.org>
Thu, 22 Oct 2009 12:42:05 +0000 (14:42 +0200)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 28 Oct 2009 23:15:54 +0000 (10:15 +1100)
Michael

client/ctdb_client.c

index e7bd5f892f71f8ae517cc65fc26a09a595a90fb9..d47f771d3da817f827fdbe18d2fe2f6991397186 100644 (file)
@@ -3172,9 +3172,11 @@ static int32_t ctdb_ctrl_transaction_active(struct ctdb_context *ctdb,
 struct ctdb_transaction_handle {
        struct ctdb_db_context *ctdb_db;
        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;
 };