Rename UST.class to LTTNG_UST.class
[lttng-ust.git] / liblttng-ust-java / LTTNG_UST.java
CommitLineData
2ac85198
MD
1import java.util.*;
2
3class LTTNG_UST {
4 public static native void lttng_ust_java_string(String name, String arg);
5 static {
6 System.loadLibrary("lttng-ust-java");
7 }
8}
9
This page took 0.023255 seconds and 4 git commands to generate.