[SCM] CTDB repository - branch master updated - ctdb-2.4-117-g1f32740

Michael Adam obnox at samba.org
Tue Oct 22 16:54:49 MDT 2013


The branch, master has been updated
       via  1f327401f2e181780937aa3f6c479376ff787f3f (commit)
      from  a3d63a9db89d08bb284b3b3a6db773422f21b477 (commit)

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


- Log -----------------------------------------------------------------
commit 1f327401f2e181780937aa3f6c479376ff787f3f
Author: Michael Adam <obnox at samba.org>
Date:   Wed Oct 23 00:46:34 2013 +0200

    ctdb_client.h: fix build on AIX by removing C++-style comments
    
    Reported by John P Janosik <jpjanosi at us.ibm.com>
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 include/ctdb_client.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/include/ctdb_client.h b/include/ctdb_client.h
index c8c37da..c270783 100644
--- a/include/ctdb_client.h
+++ b/include/ctdb_client.h
@@ -481,8 +481,8 @@ struct ctdb_uptime {
   ctdb_control_tcp_addr structure instead
  */
 struct ctdb_control_tcp {
-	struct sockaddr_in src; // samba uses this
-	struct sockaddr_in dest;// samba uses this
+	struct sockaddr_in src;  /* samba uses this */
+	struct sockaddr_in dest; /* samba uses this */
 };
 /* new style structure */
 struct ctdb_control_tcp_addr {


-- 
CTDB repository


More information about the samba-cvs mailing list