[Ocfs2-tools-commits] manish commits r1013 - trunk/libo2cb/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Aug 2 19:04:32 CDT 2005


Author: manish
Date: 2005-08-02 19:04:31 -0500 (Tue, 02 Aug 2005)
New Revision: 1013

Modified:
   trunk/libo2cb/include/ocfs2_heartbeat.h
   trunk/libo2cb/include/ocfs2_nodemanager.h
Log:
Resync with kernel


Modified: trunk/libo2cb/include/ocfs2_heartbeat.h
===================================================================
--- trunk/libo2cb/include/ocfs2_heartbeat.h	2005-08-03 00:03:25 UTC (rev 1012)
+++ trunk/libo2cb/include/ocfs2_heartbeat.h	2005-08-03 00:04:31 UTC (rev 1013)
@@ -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: trunk/libo2cb/include/ocfs2_nodemanager.h
===================================================================
--- trunk/libo2cb/include/ocfs2_nodemanager.h	2005-08-03 00:03:25 UTC (rev 1012)
+++ trunk/libo2cb/include/ocfs2_nodemanager.h	2005-08-03 00:04:31 UTC (rev 1013)
@@ -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