[lttng-dev] [RFC PATCH lttng-tools 12/18] Integrate serialized communication in lttng-ctl and sessiond

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Apr 18 15:44:12 EDT 2019


----- On Apr 18, 2019, at 12:18 PM, Yannick Lamarre ylamarre at efficios.com wrote:

[...]

> diff --git a/src/bin/lttng-sessiond/client.c b/src/bin/lttng-sessiond/client.c
> index 0e36e5ad..24e688c5 100644
> --- a/src/bin/lttng-sessiond/client.c
> +++ b/src/bin/lttng-sessiond/client.c
> @@ -1069,6 +1069,8 @@ skip_domain:
> 	switch (cmd_ctx->lsm->cmd_type) {
> 	case LTTNG_ADD_CONTEXT:
> 	{
> +		struct lttng_event_context evt_ctx;

coding style: add newline between variable definitions and code.

Thanks,

Mathieu

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list