From 72996cd5e88ebc066f4cd389dc67f60b181e8e4f Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Sun, 5 Jun 2016 22:05:44 +0800 Subject: [PATCH] make hyper_enter_container() static Signed-off-by: Lai Jiangshan --- src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exec.c b/src/exec.c index 7a6bf5c..b7c70ad 100644 --- a/src/exec.c +++ b/src/exec.c @@ -474,7 +474,7 @@ int hyper_watch_exec_pty(struct hyper_exec *exec, struct hyper_pod *pod) return 0; } -int hyper_enter_container(struct hyper_pod *pod, +static int hyper_enter_container(struct hyper_pod *pod, struct hyper_exec *exec) { int ipcns, utsns, mntns, ret;