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:
c119cdb
)
Fix: Change the type of enabled in lttng_event to a signed int
author
David Goulet
<dgoulet@efficios.com>
Mon, 24 Sep 2012 21:45:38 +0000
(17:45 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 24 Sep 2012 21:45:38 +0000
(17:45 -0400)
Closes #258
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 f621fa80dad58f2b299e5ffaf073598f4d016222..c79042bf4bf0c6fe2f9eaeb21b55ddc5b9e6a430 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;
-
u
int32_t enabled;
+ int32_t enabled;
pid_t pid;
char padding[LTTNG_EVENT_PADDING1];
This page took
0.025536 seconds
and
4
git commands to generate.