Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf
[lttng-ust.git] / liblttng-ust-java / LTTNG_UST.java
CommitLineData
2ac85198
MD
1class 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.02302 seconds and 4 git commands to generate.