java plugin: Use the new `plugin_dispatch_values_async' function.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 19 Feb 2009 22:38:52 +0000 (23:38 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 19 Feb 2009 22:38:52 +0000 (23:38 +0100)
Having Java read- and write-functions at the same time works now \o/

src/java.c

index aec39b0..74760e4 100644 (file)
@@ -1118,7 +1118,7 @@ static jint JNICALL cjni_api_dispatch_values (JNIEnv *jvm_env, /* {{{ */
     return (-1);
   }
 
-  status = plugin_dispatch_values (&vl);
+  status = plugin_dispatch_values_async (&vl);
 
   sfree (vl.values);