Clean-up: declare dummy pipe payload as a char instead of a string
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Aug 2019 18:00:22 +0000 (14:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Aug 2019 21:57:02 +0000 (17:57 -0400)
commitbe2956e7f73ef08fa3182ae636ba6cd7725fdaaf
treebaf16f118fdac14e88005e1188b978e35fadeb4f
parent948411cd7aa5e2327177c2e4ed8be8dd65c8504c
Clean-up: declare dummy pipe payload as a char instead of a string

Only the first byte of the 'dummy' string is used. Hence, a single
char can be used.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/rotation-thread.c
This page took 0.025154 seconds and 4 git commands to generate.