Update to urcu/ref.h and urcu/uatomic.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Jun 2011 22:21:21 +0000 (18:21 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Jun 2011 22:21:21 +0000 (18:21 -0400)
liburcu 0.6 is changing the name of these two headers.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/channels.h
libust/tracectl.c

index abe3c1354ccad529071f0bab1a1b1aa4bba90de4..eb9a11c76849d1d6f88fb940ab89ea819f0952cc 100644 (file)
@@ -27,7 +27,7 @@
 #include <ust/kcompat/kcompat.h>
 #include <ust/core.h>
 #include <urcu/list.h>
-#include <urcu/urcu_ref.h>
+#include <urcu/ref.h>
 
 #define EVENTS_PER_CHANNEL     65536
 #define MAX_CPUS               32
index 6e467aa4fe81861a7401c6f41e3f04eb52df6a68..410b1c72e75cb52a2fd24a2898c590f31c011455 100644 (file)
@@ -34,7 +34,7 @@
 #include <fcntl.h>
 #include <poll.h>
 #include <regex.h>
-#include <urcu/uatomic_arch.h>
+#include <urcu/uatomic.h>
 #include <urcu/list.h>
 
 #include <ust/marker.h>
This page took 0.025608 seconds and 4 git commands to generate.