aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordlezcano <dlezcano>2008-11-17 14:15:40 +0000
committerdlezcano <dlezcano>2008-11-17 14:15:40 +0000
commitcf6300c3f37ffddd162d182b9ce4fa9143a782ee (patch)
tree8999827a2afb6b02ce3a77d426b9685482d64e39 /src/lxc/lxc.h
parentSetup the control group (diff)
downloadlxc-cf6300c3f37ffddd162d182b9ce4fa9143a782ee.tar.gz
lxc-cf6300c3f37ffddd162d182b9ce4fa9143a782ee.tar.bz2
lxc-cf6300c3f37ffddd162d182b9ce4fa9143a782ee.zip
Remove the kill container processes code
From: Daniel Lezcano <dlezcano@fr.ibm.com> Remove the kill container processes code because it can be implemented with a very few scripting lines Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'src/lxc/lxc.h')
-rw-r--r--src/lxc/lxc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lxc/lxc.h b/src/lxc/lxc.h
index 04ccb5e..843fd45 100644
--- a/src/lxc/lxc.h
+++ b/src/lxc/lxc.h
@@ -147,16 +147,6 @@ extern int lxc_unfreeze(const char *name);
extern lxc_state_t lxc_state(const char *name);
/*
- * Send a signal to all processes of the container. This is the same
- * behavior of the well-known 'killpg' command except it is related
- * to all tasks belonging to a container.
- * @name : the name of the container
- * @signum : the signal number to be sent
- * Returns 0 on success, < 0 otherwise
- */
-extern int lxc_kill(const char *name, int signum);
-
-/*
* Set a specified value for a specified subsystem. The specified
* subsystem must be fully specified, eg. "cpu.shares"
* @name : the name of the container