projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba6497b
)
java plugin: Use the new `plugin_dispatch_values_async' function.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Thu, 19 Feb 2009 22:38:52 +0000
(23:38 +0100)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/src/java.c
b/src/java.c
index
aec39b0
..
74760e4
100644
(file)
--- a/
src/java.c
+++ b/
src/java.c
@@
-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);