]> git.ipfire.org Git - thirdparty/lxc.git/commit
Enqueue cgroup value in the right order
authordlezcano <dlezcano>
Tue, 9 Dec 2008 09:43:15 +0000 (09:43 +0000)
committerdlezcano <dlezcano>
Tue, 9 Dec 2008 09:43:15 +0000 (09:43 +0000)
commit94d12f0aadcf936035fd0c4d7309274bdec64f09
tree4a72a29d9c793b408577d22554f611c47fc3298a
parentda9e3794b55ee2d36a1e13e27830e4821ec25829
Enqueue cgroup value in the right order

From: Daniel Lezcano <dlezcano@fr.ibm.com>

Use the list_add_tail function to add the elements at the end of the list
so when the cgroup elements are setup, they will be stored in the file
in the right order.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc_config.c