]> git.ipfire.org Git - thirdparty/lxc.git/commit
confile: unhide lxc_config_define*() helpers
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Sat, 17 Feb 2024 15:58:02 +0000 (16:58 +0100)
committerAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Sat, 17 Feb 2024 15:58:02 +0000 (16:58 +0100)
commitb7591ad49d6051047371824bae6f19e37ba86dea
treec494c1a3a208d1bd93862b36ba395838495b13d2
parentf14656ebf62ab0dbb836431e2781cfd363f4e4aa
confile: unhide lxc_config_define*() helpers

Let's unhide lxc_config_define_add, lxc_config_define_load and
lxc_config_define_free helpers. These functions are safe enough
to be used by external tools. Semantic is also clear.

Reason is that we have lxc-start/lxc-execute tools which
use these symbols. Right now it works, because we just
link a whole liblxc statically to each lxc-* tool...

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
src/lxc/confile.h