From: David Goulet Date: Wed, 23 Jan 2013 18:38:53 +0000 (-0500) Subject: relayd: Create output directory in main() X-Git-Tag: v2.2.0-rc1~86 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=4d513a5063879aa41c5ce27d245a7c56ecaa6e79;hp=4d513a5063879aa41c5ce27d245a7c56ecaa6e79;ds=sidebyside relayd: Create output directory in main() If specified with -o, --output, the directory is created in the main() so if an error occurs the execution is stopped. Signed-off-by: David Goulet ---