[SCM] CTDB repository - branch master updated - ctdb-2.4-1-g0994025

Michael Adam obnox at samba.org
Mon Aug 26 05:32:42 MDT 2013


The branch, master has been updated
       via  09940255011b119dc6af3304f5d3e9568e6006fd (commit)
      from  c446579fc442955ecc74f5566eaa0635c3171498 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 09940255011b119dc6af3304f5d3e9568e6006fd
Author: Michael Adam <obnox at samba.org>
Date:   Thu Aug 22 16:17:09 2013 +0200

    server: standardize formatting of comment block for ctdb_reply_dmaster() while I'm at it..
    
    This was the comment block I was touching and meant to adapt in
    commit 00d3bf092e2f72eda330978c75ec85f17e870553.
    My search was apparently not unique...
    
    Signed-off-by: Michael Adam <obnox at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 server/ctdb_call.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_call.c b/server/ctdb_call.c
index e35f044..bd88ce9 100644
--- a/server/ctdb_call.c
+++ b/server/ctdb_call.c
@@ -1085,13 +1085,13 @@ finished_ro:
 }
 
 
-/*
-  called when a CTDB_REPLY_DMASTER packet comes in
-
-  This packet comes in from the lmaster in response to a CTDB_REQ_CALL
-  request packet. It means that the current dmaster wants to give us
-  the dmaster role.
-*/
+/**
+ * called when a CTDB_REPLY_DMASTER packet comes in
+ *
+ * This packet comes in from the lmaster in response to a CTDB_REQ_CALL
+ * request packet. It means that the current dmaster wants to give us
+ * the dmaster role.
+ */
 void ctdb_reply_dmaster(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
 {
 	struct ctdb_reply_dmaster *c = (struct ctdb_reply_dmaster *)hdr;


-- 
CTDB repository


More information about the samba-cvs mailing list