Send Linux-ha-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: crm by andrew from 
      ([email protected])
   2. Linux-HA CVS: lib by alan from  ([email protected])


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

Message: 1
Date: Sat,  4 Feb 2006 10:13:13 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Project : linux-ha
Module  : crm

Dir     : linux-ha/crm/crmd


Modified Files:
        control.c 


Log Message:
Force one child at a time to exit

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/crmd/control.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- control.c   3 Feb 2006 15:01:39 -0000       1.109
+++ control.c   4 Feb 2006 17:13:13 -0000       1.110
@@ -196,9 +196,7 @@
                        crm_info("Waiting for the PE to disconnect");
                        do_exit = FALSE;
                        
-               }
-
-               if(is_set(fsa_input_register, R_TE_CONNECTED)) {
+               } else if(is_set(fsa_input_register, R_TE_CONNECTED)) {
                        crm_info("Terminating the TEngine");
                        if(stop_subsystem(te_subsystem, TRUE) == FALSE) {
                                /* its gone... */




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

Message: 2
Date: Sat,  4 Feb 2006 10:25:28 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by alan from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : alan
Host    : 
Project : linux-ha
Module  : lib

Dir     : linux-ha/lib/clplumbing


Modified Files:
        GSource.c 


Log Message:
Fixed a small bug important bug just introduced into our timers...

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/clplumbing/GSource.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- GSource.c   4 Feb 2006 16:39:58 -0000       1.66
+++ GSource.c   4 Feb 2006 17:25:27 -0000       1.67
@@ -1,4 +1,4 @@
-/* $Id: GSource.c,v 1.66 2006/02/04 16:39:58 alan Exp $ */
+/* $Id: GSource.c,v 1.67 2006/02/04 17:25:27 alan Exp $ */
 /*
  * Copyright (c) 2002 Alan Robertson <[EMAIL PROTECTED]>
  *
@@ -1436,7 +1436,7 @@
        append->detecttime = zero_longclock;
        append->udata = NULL;
        
-       append->nexttime = add_longclock(append->detecttime
+       append->nexttime = add_longclock(time_longclock()
        ,       msto_longclock(interval));
        append->interval = interval; 
        




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

_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 27, Issue 24
********************************************

Reply via email to