Commit 8a23c310 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

images: export cr_fdset_open

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d9287469
...@@ -143,7 +143,7 @@ void close_cr_fdset(struct cr_fdset **cr_fdset) ...@@ -143,7 +143,7 @@ void close_cr_fdset(struct cr_fdset **cr_fdset)
*cr_fdset = NULL; *cr_fdset = NULL;
} }
static struct cr_fdset *cr_fdset_open(int pid, int from, int to, struct cr_fdset *cr_fdset_open(int pid, int from, int to,
unsigned long flags) unsigned long flags)
{ {
struct cr_fdset *fdset; struct cr_fdset *fdset;
......
...@@ -125,6 +125,8 @@ int cr_exec(int pid, char **opts); ...@@ -125,6 +125,8 @@ int cr_exec(int pid, char **opts);
struct cr_fdset *cr_task_fdset_open(int pid, int mode); struct cr_fdset *cr_task_fdset_open(int pid, int mode);
struct cr_fdset *cr_ns_fdset_open(int pid, int mode); struct cr_fdset *cr_ns_fdset_open(int pid, int mode);
struct cr_fdset *cr_fdset_open(int pid, int from, int to,
unsigned long flags);
struct cr_fdset *cr_glob_fdset_open(int mode); struct cr_fdset *cr_glob_fdset_open(int mode);
void close_cr_fdset(struct cr_fdset **cr_fdset); void close_cr_fdset(struct cr_fdset **cr_fdset);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment