[hornetq-commits] JBoss hornetq SVN: r7891 - in trunk: native/src and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Aug 22 12:52:11 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-22 12:52:11 -0400 (Sat, 22 Aug 2009)
New Revision: 7891

Modified:
   trunk/native/bin/libHornetQAIO64.so
   trunk/native/src/Version.h
   trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
Log:
Native Library recompile - 64 bits

Modified: trunk/native/bin/libHornetQAIO64.so
===================================================================
(Binary files differ)

Modified: trunk/native/src/Version.h
===================================================================
--- trunk/native/src/Version.h	2009-08-22 15:41:42 UTC (rev 7890)
+++ trunk/native/src/Version.h	2009-08-22 16:52:11 UTC (rev 7891)
@@ -1,5 +1,5 @@
 
 #ifndef _VERSION_NATIVE_AIO
-#define _VERSION_NATIVE_AIO 24
+#define _VERSION_NATIVE_AIO 25
 #endif
 

Modified: trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2009-08-22 15:41:42 UTC (rev 7890)
+++ trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2009-08-22 16:52:11 UTC (rev 7891)
@@ -46,7 +46,7 @@
 
    private static boolean loaded = false;
 
-   private static int EXPECTED_NATIVE_VERSION = 24;
+   private static int EXPECTED_NATIVE_VERSION = 25;
 
    public static void addMax(final int io)
    {



More information about the hornetq-commits mailing list