move all projects into the trunk directory
[lttv.git] / trunk / ltt-usertrace / java / ThreadBrand.java
diff --git a/trunk/ltt-usertrace/java/ThreadBrand.java b/trunk/ltt-usertrace/java/ThreadBrand.java
new file mode 100644 (file)
index 0000000..2b6bcdc
--- /dev/null
@@ -0,0 +1,12 @@
+
+package ltt;
+
+// The ThreadBrand.java file
+public class ThreadBrand
+{
+  // Declaration of the Native (C) function
+  public static native void trace_java_generic_thread_brand(String arg);
+  static {
+    System.loadLibrary("ltt-java-thread_brand");
+  }
+}
This page took 0.022161 seconds and 4 git commands to generate.