From: David Goulet Date: Fri, 15 Jun 2012 15:00:11 +0000 (-0400) Subject: Add pipe creation to utils facility X-Git-Tag: v2.1.0-rc1~109 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ef599319218f03ff160778e577cd8389a165f47c;hp=ef599319218f03ff160778e577cd8389a165f47c Add pipe creation to utils facility Three new functions are added to create a pipe, create a pipe with CLOEXEC flag and close a pipe. Those functions are now used in the session daemon for all pipes and cleanup. Signed-off-by: David Goulet ---