Rename UST.class to LTTNG_UST.class
[ust.git] / liblttng-ust-java / LTTNG_UST.java
diff --git a/liblttng-ust-java/LTTNG_UST.java b/liblttng-ust-java/LTTNG_UST.java
new file mode 100644 (file)
index 0000000..f6fcd4a
--- /dev/null
@@ -0,0 +1,9 @@
+import java.util.*;
+
+class LTTNG_UST {
+       public static native void lttng_ust_java_string(String name, String arg);
+       static {
+               System.loadLibrary("lttng-ust-java");
+       }
+}
+
This page took 0.023633 seconds and 4 git commands to generate.