[DRBD-cvs] drbd by phil; Every packet is now a multiple of 8 byte...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Mon, 5 Jul 2004 15:33:03 +0200 (CEST)
DRBD CVS committal
Author : phil
Module : drbd
Dir : drbd/drbd/linux
Modified Files:
Tag: rel-0_7-branch
drbd_config.h
Log Message:
Every packet is now a multiple of 8 byte (now 32bit machines and 64 bit
machines should be wire compatible...)
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/linux/Attic/drbd_config.h,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -u -3 -r1.1.2.17 -r1.1.2.18
--- drbd_config.h 24 Jun 2004 15:26:08 -0000 1.1.2.17
+++ drbd_config.h 5 Jul 2004 13:32:58 -0000 1.1.2.18
@@ -20,9 +20,9 @@
#ifndef DRBD_CONFIG_H
#define DRBD_CONFIG_H
-#define REL_VERSION "0.7-pre8 cvs $Date: 2004/06/24 15:26:08 $"
+#define REL_VERSION "0.7-pre8 cvs $Date: 2004/07/05 13:32:58 $"
#define API_VERSION 74
-#define PRO_VERSION 72
+#define PRO_VERSION 73
//#define DBG_ALL_SYMBOLS // no static functs, improves quality of OOPS traces