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
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
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
___