Add pipe creation to utils facility
authorDavid Goulet <dgoulet@efficios.com>
Fri, 15 Jun 2012 15:00:11 +0000 (11:00 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 15 Jun 2012 15:00:11 +0000 (11:00 -0400)
commitef599319218f03ff160778e577cd8389a165f47c
tree92e24b4bd0c8c0d413a1e429440db3138fd2842c
parent6364a07adde1072d595044a19359e61fc27940dd
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 <dgoulet@efficios.com>
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/utils.c
src/bin/lttng-sessiond/utils.h
This page took 0.025328 seconds and 4 git commands to generate.