projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80448b2
)
Fix: mismatch between code and comments
author
Zifei Tong
<zifeitong@gmail.com>
Tue, 4 Mar 2014 12:50:14 +0000
(20:50 +0800)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Mon, 10 Mar 2014 19:17:23 +0000
(15:17 -0400)
Signed-off-by: Zifei Tong <zifeitong@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-ctl/ustctl.c
patch
|
blob
|
blame
|
history
diff --git
a/liblttng-ust-ctl/ustctl.c
b/liblttng-ust-ctl/ustctl.c
index 854d8ae391d25c43a2179193c99dc398a9ee7ef4..e07ec926adb51b843c66b0e55207f01e5432b628 100644
(file)
--- a/
liblttng-ust-ctl/ustctl.c
+++ b/
liblttng-ust-ctl/ustctl.c
@@
-294,7
+294,7
@@
int ustctl_set_exclusion(int sock, struct lttng_ust_event_exclusion *exclusion,
return ret;
}
- /* send var len
bytecode
*/
+ /* send var len
exclusion names
*/
ret = ustcomm_send_unix_sock(sock,
exclusion->names,
exclusion->count * LTTNG_UST_SYM_NAME_LEN);
This page took
0.02704 seconds
and
4
git commands to generate.