X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=README;h=2d9c5fc27659fd43d8cc8d95586e0b1103126cfe;hb=003fedf4968e55d8f7711faf784a37d2804c3a21;hp=399263d5e1e8faf8807f84e1b98c33acb36e0fe4;hpb=cf12a773f3885500c37e26cf80e8ac05e1309572;p=lttng-ust.git diff --git a/README b/README index 399263d5..2d9c5fc2 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ PREREQUISITES: - liburcu Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney - -> This release depends on liburcu v0.6 + -> This release depends on liburcu v0.6.6 * Debian/Ubuntu package: liburcu-dev * Website: http://lttng.org/urcu @@ -55,8 +55,8 @@ ENVIRONMENT VARIABLES: specify how long the applications should wait for sessiond "registration done" command before proceeding to execute the main program. The default is 3000ms (3 seconds). The timeout value is - specified in milliseconds. The value -1 means "don't wait". The value - 0 means "wait forever". + specified in milliseconds. The value 0 means "don't wait". The value + -1 means "wait forever". TRACE VIEWER: @@ -122,3 +122,4 @@ PACKAGE CONTENTS: - java A simple library that uses JNI to allow tracing in java programs. + See java/README for build instructions.