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>
Sun, 26 Jul 2015 20:13:18 +0000 (16:13 -0400)
commit0f5ea17c927c54ae9b42f51b703c5ce17b3d142d
tree91058d399085f21cedb724805730318a89e42d27
parenta596dcb9418fb17d2ad247630efb5d764a7b6abe
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.026013 seconds and 5 git commands to generate.