Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf
[lttng-ust.git] / liblttng-ust-java / LTTNG_UST.java
1 class LTTNG_UST {
2 public static native void lttng_ust_java_string(String name, String arg);
3 static {
4 System.loadLibrary("lttng-ust-java");
5 }
6 }
7
This page took 0.029197 seconds and 4 git commands to generate.