Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [Fix:lttng-tools-PATCH] Fix:Change the type of enabled in lttng_event to a signed int
@ 2012-06-08 14:19 Danny Serres
  2012-06-11 18:28 ` David Goulet
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Serres @ 2012-06-08 14:19 UTC (permalink / raw)


Signed-off-by: Danny Serres <danny.serres at efficios.com>
---
 include/lttng/lttng.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h
index 3b1be61..c80e282 100644
--- 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];
-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-11 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-08 14:19 [lttng-dev] [Fix:lttng-tools-PATCH] Fix:Change the type of enabled in lttng_event to a signed int Danny Serres
2012-06-11 18:28 ` David Goulet
2012-06-11 18:40   ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox