[Ocfs2-tools-commits] manish commits r1011 - branches/ocfs2-tools-1.0/libo2cb/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Aug 2 18:58:02 CDT 2005


Author: manish
Date: 2005-08-02 18:58:01 -0500 (Tue, 02 Aug 2005)
New Revision: 1011

Modified:
   branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_heartbeat.h
   branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_nodemanager.h
Log:
Resync with the kernel


Modified: branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_heartbeat.h
===================================================================
--- branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_heartbeat.h	2005-08-02 21:42:31 UTC (rev 1010)
+++ branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_heartbeat.h	2005-08-02 23:58:01 UTC (rev 1011)
@@ -11,12 +11,12 @@
  * modify it under the terms of the GNU General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -31,6 +31,7 @@
 	__u8  hb_node;
 	__u8  hb_pad1[3];
 	__u32 hb_cksum;
+	__u64 hb_generation;
 };
 
 #endif /* _OCFS2_HEARTBEAT_H */

Modified: branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_nodemanager.h
===================================================================
--- branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_nodemanager.h	2005-08-02 21:42:31 UTC (rev 1010)
+++ branches/ocfs2-tools-1.0/libo2cb/include/ocfs2_nodemanager.h	2005-08-02 23:58:01 UTC (rev 1011)
@@ -12,12 +12,12 @@
  * modify it under the terms of the GNU General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,



More information about the Ocfs2-tools-commits mailing list