Use popt "required_argument" and "no_argument" constants
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 26 Jul 2015 20:13:18 +0000 (16:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Aug 2015 15:59:16 +0000 (11:59 -0400)
commit4731a947b39918bbd7280e2826cad06b02ff71c0
tree32f5bd6b9b3d399e53ae8b8004999107490fc00a
parent5f1e4ef42b3f1c93bed74c74b8bd430f7d947589
Use popt "required_argument" and "no_argument" constants

Use popt's provided constants for the "has_arg" field of long
options instead of hardcoding 0 and 1 everywhere.

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