Searched defs:parent_end (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dutils.c472 int parent_end = -1, child_end = -1; local
483 parent_end = pipe_fds[0];
542 fp->f = fdopen(parent_end, "r");
557 parent_end = -1; /* so we do not close it second time */
563 if (parent_end != -1)
564 close(parent_end);

Completed in 11 milliseconds