[lttng-dev] [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2020-03-17 Thread Florian Walbroel via lttng-dev
* UDP transport header * ICMP transport header (Correct indentation for switch/case) (Fix whitespace for switch and correct struct type (icmphdr)) Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 166 -- 1 file changed, 153 insertions(+), 13 de

Re: [lttng-dev] [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2020-03-17 Thread Mathieu Desnoyers via lttng-dev
Merged into lttng-modules master branch, thanks! Mathieu - On Mar 17, 2020, at 5:03 AM, lttng-dev lttng-dev@lists.lttng.org wrote: > * UDP transport header > * ICMP transport header > > (Correct indentation for switch/case) > (Fix whitespace for switch and correct struct type (icmphdr)) >