From: danny.serres@efficios.com (Danny Serres)
Subject: [lttng-dev] [Fix:lttng-tools-PATCH] Fix:Change the type of enabled in lttng_event to a signed int
Date: Fri, 8 Jun 2012 10:19:08 -0400 [thread overview]
Message-ID: <1339165148-6653-1-git-send-email-danny.serres@efficios.com> (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
next reply other threads:[~2012-06-08 14:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-08 14:19 Danny Serres [this message]
2012-06-11 18:28 ` David Goulet
2012-06-11 18:40 ` Mathieu Desnoyers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1339165148-6653-1-git-send-email-danny.serres@efficios.com \
--to=danny.serres@efficios.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox