projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
636ae5d
)
Fix: add missing urcu wfqueue headers in relayd
author
David Goulet
<dgoulet@efficios.com>
Mon, 10 Feb 2014 22:21:14 +0000
(17:21 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 10 Feb 2014 22:21:14 +0000
(17:21 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/connection.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-relayd/connection.h
b/src/bin/lttng-relayd/connection.h
index 931169ec0616d348e5198a46d2b22b24b2eb9867..eeb1d545bb7ac279b81ef11798666bee2689c377 100644
(file)
--- a/
src/bin/lttng-relayd/connection.h
+++ b/
src/bin/lttng-relayd/connection.h
@@
-23,6
+23,7
@@
#include <inttypes.h>
#include <pthread.h>
#include <urcu.h>
#include <inttypes.h>
#include <pthread.h>
#include <urcu.h>
+#include <urcu/wfqueue.h>
#include <urcu/list.h>
#include <common/hashtable/hashtable.h>
#include <urcu/list.h>
#include <common/hashtable/hashtable.h>
This page took
0.025625 seconds
and
4
git commands to generate.