projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9353f
)
Fix: set channel key to message on notify channel
author
David Goulet
<dgoulet@efficios.com>
Tue, 28 May 2013 17:06:38 +0000
(13:06 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 28 May 2013 17:09:08 +0000
(13:09 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/consumer.c
b/src/common/consumer.c
index 5ca2e7bad68187f7b61b628a28ae0932658a3ccb..b5fe9831640217455c40c11b9e85e36b470ec05c 100644
(file)
--- a/
src/common/consumer.c
+++ b/
src/common/consumer.c
@@
-102,6
+102,7
@@
static void notify_channel_pipe(struct lttng_consumer_local_data *ctx,
msg.action = action;
msg.chan = chan;
+ msg.key = key;
do {
ret = write(ctx->consumer_channel_pipe[1], &msg, sizeof(msg));
} while (ret < 0 && errno == EINTR);
This page took
0.029688 seconds
and
4
git commands to generate.