configure.ac: use $host_cpu, not $target_cpu
[lttng-ust.git] / java / UST.java
1 import java.util.*;
2
3 class UST {
4 public static native void ust_java_event(String name, String arg);
5 static {
6 System.loadLibrary("ustjava");
7 }
8 }
9
This page took 0.031073 seconds and 5 git commands to generate.