[jbossnative-commits] JBoss Native SVN: r1003 - trunk/sight/native/share.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Mon Sep 10 02:44:23 EDT 2007


Author: mladen.turk at jboss.com
Date: 2007-09-10 02:44:23 -0400 (Mon, 10 Sep 2007)
New Revision: 1003

Modified:
   trunk/sight/native/share/udpconn.c
Log:
Use correct field types

Modified: trunk/sight/native/share/udpconn.c
===================================================================
--- trunk/sight/native/share/udpconn.c	2007-09-10 06:41:08 UTC (rev 1002)
+++ trunk/sight/native/share/udpconn.c	2007-09-10 06:44:23 UTC (rev 1003)
@@ -138,7 +138,7 @@
     SET_IFIELD_J(0003, _O, val);
 }
 
-void sight_udpconn_set_tmo(SIGHT_STDARGS, jlong val)
+void sight_udpconn_set_tmo(SIGHT_STDARGS, jint val)
 {
     SET_IFIELD_I(0004, _O, val);
 }




More information about the jbossnative-commits mailing list