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:
f1e1679
)
Fix: Change the type of enabled in lttng_event to a signed int
author
Danny Serres
<danny.serres@efficios.com>
Fri, 8 Jun 2012 14:19:08 +0000
(10:19 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 11 Jun 2012 18:26:31 +0000
(14:26 -0400)
Signed-off-by: Danny Serres <danny.serres@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
include/lttng/lttng.h
patch
|
blob
|
blame
|
history
diff --git
a/include/lttng/lttng.h
b/include/lttng/lttng.h
index 3b1be61974bd8f60558ae34b948ef41751e1e34e..c80e2827e585ba626772c0f7506805d819115c99 100644
(file)
--- a/
include/lttng/lttng.h
+++ b/
include/lttng/lttng.h
@@
-214,7
+214,7
@@
struct lttng_event {
enum lttng_loglevel_type loglevel_type;
int loglevel;
- uint32_t enabled;
+ int32_t enabled; /* Does not apply: -1 */
pid_t pid;
char padding[LTTNG_EVENT_PADDING1];
This page took
0.026137 seconds
and
4
git commands to generate.