convert from svn repository: remove tags directory
[lttv.git] / trunk / obsolete / ltt-usertrace / sample-thread-brand.c
1
2 #include <stdio.h>
3 #include <unistd.h>
4
5 #define LTT_TRACE
6 #define LTT_BLOCKING 1
7 #include <ltt/ltt-facility-user_generic.h>
8
9
10 int main(int argc, char **argv)
11 {
12 printf("Will create a branded thread\n");
13 trace_user_generic_thread_brand("Sample_brand");
14
15 sleep(2);
16
17 return 0;
18 }
19
This page took 0.028792 seconds and 4 git commands to generate.