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: lrm by alan from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 7 Feb 2006 10:48:39 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lrm by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : lrm
Dir : linux-ha/lrm/lrmd
Modified Files:
lrmd.c
Log Message:
Changed lrmd_op_copy to not copy the timeout tags and the pid.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lrm/lrmd/lrmd.c,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -3 -r1.206 -r1.207
--- lrmd.c 6 Feb 2006 10:01:27 -0000 1.206
+++ lrmd.c 7 Feb 2006 17:48:39 -0000 1.207
@@ -1,4 +1,4 @@
-/* $Id: lrmd.c,v 1.206 2006/02/06 10:01:27 zhenh Exp $ */
+/* $Id: lrmd.c,v 1.207 2006/02/07 17:48:39 alan Exp $ */
/*
* Local Resource Manager Daemon
*
@@ -481,6 +481,9 @@
ret->ra_stderr_fd = -1;
ret->ra_stdout_gsource = NULL;
ret->ra_stderr_gsource = NULL;
+ ret->timeout_tag = -1;
+ ret->repeat_timeout_tag = -1;
+ ret->exec_pid = -1;
memset(ret->first_line_ra_stdout, 0, sizeof(ret->first_line_ra_stdout));
ret->is_copy = TRUE;
return ret;
@@ -3527,6 +3530,9 @@
}
/*
* $Log: lrmd.c,v $
+ * Revision 1.207 2006/02/07 17:48:39 alan
+ * Changed lrmd_op_copy to not copy the timeout tags and the pid.
+ *
* Revision 1.206 2006/02/06 10:01:27 zhenh
* initial the timeout tag with -1 in the copy
*
------------------------------
_______________________________________________
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 33
********************************************