library mass rename: add lttng- prefix
[ust.git] / liblttng-ust-java / UST.java
diff --git a/liblttng-ust-java/UST.java b/liblttng-ust-java/UST.java
new file mode 100644 (file)
index 0000000..be5f7c7
--- /dev/null
@@ -0,0 +1,9 @@
+import java.util.*;
+
+class UST {
+       public static native void ust_java_event(String name, String arg);
+       static {
+               System.loadLibrary("ustjava");
+       }
+}
+
This page took 0.022736 seconds and 4 git commands to generate.