[SCM] CTDB repository - branch 1.0.69 updated - ctdb-1.0.69-22-g54c5cfe

Ronnie Sahlberg sahlberg at samba.org
Tue May 5 21:31:53 GMT 2009


The branch, 1.0.69 has been updated
       via  54c5cfe8659a49054659a693098c0fba4fdf76cd (commit)
      from  9a00035c9c815736d0a5909dfc4de7f4c3ac41d4 (commit)

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


- Log -----------------------------------------------------------------
commit 54c5cfe8659a49054659a693098c0fba4fdf76cd
Author: root <root at rcn1.VSOFS1.COM>
Date:   Wed May 6 07:30:36 2009 +1000

    change the control opcode number for transaction_kill so it will not conflict with newer controls in the master branch

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

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


Changeset truncated at 500 lines:

diff --git a/include/ctdb_private.h b/include/ctdb_private.h
index e14a272..7439ada 100644
--- a/include/ctdb_private.h
+++ b/include/ctdb_private.h
@@ -565,7 +565,7 @@ enum ctdb_controls {CTDB_CONTROL_PROCESS_EXISTS          = 0,
 		    CTDB_CONTROL_TAKEOVER_IP             = 89,
 		    CTDB_CONTROL_GET_PUBLIC_IPS          = 90,
 		    CTDB_CONTROL_GET_NODEMAP             = 91,
-		    CTDB_CONTROL_TRAVERSE_KILL		 = 92,
+		    CTDB_CONTROL_TRAVERSE_KILL		 = 97,
 };	
 
 /*


-- 
CTDB repository


More information about the samba-cvs mailing list