lxcpp: cgroups configration (part 3) 97/50297/6
authorKrzysztof Dynowski <k.dynowski@samsung.com>
Fri, 23 Oct 2015 23:33:43 +0000 (01:33 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Fri, 30 Oct 2015 15:56:59 +0000 (08:56 -0700)
commit638e425f0f138d1ace087fd922d336312093356b
treeeaf0abeddda995bd0c7c15791d108890ed8a064e
parentd7225fa01f9527fc00fc49cbb7aba8483c67e089
lxcpp: cgroups configration (part 3)

[Feature]       Control-groups configuration for containers
[Cause]         N/A
[Solution]      N/A
[Verification]  build, install, run unit tests

Change-Id: I5a0e1403d3524973e6d2eed02118a213f3a764a4
13 files changed:
common/utils/fs.cpp
common/utils/fs.hpp
libs/lxcpp/cgroups/cgroup-config.hpp [new file with mode: 0644]
libs/lxcpp/cgroups/cgroup.cpp
libs/lxcpp/cgroups/cgroup.hpp
libs/lxcpp/commands/cgroups.cpp [new file with mode: 0644]
libs/lxcpp/commands/cgroups.hpp [new file with mode: 0644]
libs/lxcpp/container-config.hpp
libs/lxcpp/container-impl.cpp
libs/lxcpp/container-impl.hpp
libs/lxcpp/container.hpp
tests/unit_tests/lxcpp/ut-cgroups.cpp
tests/unit_tests/lxcpp/ut-network.cpp