From 36dbc7aa184e986e082469238c0a8c3c3721e37d Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 13 Sep 2006 20:10:30 +0000 Subject: [PATCH] userspace prio git-svn-id: http://ltt.polymtl.ca/svn@2100 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/configure.in | 2 +- ltt-control/facilities/user_generic.xml | 50 ++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ltt-control/configure.in b/ltt-control/configure.in index dbd709c..a916aa6 100644 --- a/ltt-control/configure.in +++ b/ltt-control/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(ltt-control,0.20-13092006) +AM_INIT_AUTOMAKE(ltt-control,0.21-13092006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt-control/facilities/user_generic.xml b/ltt-control/facilities/user_generic.xml index e5cc3ee..f0e7464 100644 --- a/ltt-control/facilities/user_generic.xml +++ b/ltt-control/facilities/user_generic.xml @@ -1,37 +1,37 @@ Generic user space facility - + - Takes a string from user space - + Takes a string from user space + - Takes a string and pointer from user space - - + Takes a string and pointer from user space + + - - - Takes a buffer of variable size (written by printf) and log it. - + + + Takes a buffer of variable size (written by printf) and log it. + + + + + Entry in a function + + - - - Entry in a function - - - - - Exit from a function - - - + + Exit from a function + + + - - Name a thread - - + + Name a thread + + -- 2.34.1