* [lttng-dev] [lttng-tools PATCH] Rename consumerd32_bindir -> consumerd32_path
@ 2011-11-29 12:41 Alexandre Montplaisir
2011-11-29 13:13 ` Mathieu Desnoyers
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Montplaisir @ 2011-11-29 12:41 UTC (permalink / raw)
Fixes build error on 32-bit arches.
Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at gmail.com>
---
lttng-sessiond/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lttng-sessiond/main.c b/lttng-sessiond/main.c
index 89a4252..0a78f27 100644
--- a/lttng-sessiond/main.c
+++ b/lttng-sessiond/main.c
@@ -192,7 +192,7 @@ void setup_consumerd_path(void)
*/
#if (CAA_BITS_PER_LONG == 32)
if (!consumerd32_path[0]) {
- consumerd32_bindir = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
+ consumerd32_path = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
}
if (!consumerd32_libdir[0]) {
consumerd32_libdir = INSTALL_LIB_PATH;
--
1.7.7.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [lttng-dev] [lttng-tools PATCH] Rename consumerd32_bindir -> consumerd32_path
2011-11-29 12:41 [lttng-dev] [lttng-tools PATCH] Rename consumerd32_bindir -> consumerd32_path Alexandre Montplaisir
@ 2011-11-29 13:13 ` Mathieu Desnoyers
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2011-11-29 13:13 UTC (permalink / raw)
* Alexandre Montplaisir (alexandre.montplaisir at gmail.com) wrote:
> Fixes build error on 32-bit arches.
>
> Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at gmail.com>
Merged, thanks!
Mathieu
> ---
> lttng-sessiond/main.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lttng-sessiond/main.c b/lttng-sessiond/main.c
> index 89a4252..0a78f27 100644
> --- a/lttng-sessiond/main.c
> +++ b/lttng-sessiond/main.c
> @@ -192,7 +192,7 @@ void setup_consumerd_path(void)
> */
> #if (CAA_BITS_PER_LONG == 32)
> if (!consumerd32_path[0]) {
> - consumerd32_bindir = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
> + consumerd32_path = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
> }
> if (!consumerd32_libdir[0]) {
> consumerd32_libdir = INSTALL_LIB_PATH;
> --
> 1.7.7.3
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-29 13:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-29 12:41 [lttng-dev] [lttng-tools PATCH] Rename consumerd32_bindir -> consumerd32_path Alexandre Montplaisir
2011-11-29 13:13 ` Mathieu Desnoyers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox