[lttng-dev] making liburcu and lttng coexist in a LGPL'ed program

2018-11-27 Thread Jeff Layton
The nfs-ganesha project has used lttng for quite some time to handle tracing. Recently though, we decided to start building liburcu in as a mandatory component, with an eye toward using it in certain areas. Before this change, the code linked in liburcu-bp directly, but now we just use liburcu. Un

[lttng-dev] [PATCH lttng-tools] Fix: use sys/types.h for ssize_t on Cygwin

2018-11-27 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- include/lttng/location-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/location-internal.h b/include/lttng/location-internal.h index 9072ef34..6c2a9923 100644 --- a/include/lttng/location-internal.h +++ b/include/ltt

[lttng-dev] [PATCH lttng-tools] Add *.exe to gitignore for Cygwin

2018-11-27 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c25fb700..19276012 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ Makefile.in *.class *.trs *.log +*.exe .dirstamp configure aclocal.m4 -- 2.17.1 ___