create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / java / ThreadBrand.java
index 14a307907a46f7aaf9f74f2c9ad5932dcb624f0b..2b6bcdc73c2ea50c2534368c2f6987a6e3b382d9 100644 (file)
@@ -1,8 +1,11 @@
+
+package ltt;
+
 // The ThreadBrand.java file
 public class ThreadBrand
 {
   // Declaration of the Native (C) function
-  private static native void trace_java_generic_thread_brand(String arg);
+  public static native void trace_java_generic_thread_brand(String arg);
   static {
     System.loadLibrary("ltt-java-thread_brand");
   }
This page took 0.022008 seconds and 4 git commands to generate.