]> git.ipfire.org Git - thirdparty/lxc.git/commit
network: use IN_LIBLXC
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Sun, 18 Feb 2024 16:05:10 +0000 (17:05 +0100)
committerAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Sun, 18 Feb 2024 16:05:10 +0000 (17:05 +0100)
commitb90fecfda1474edbbe68abeb0b392ebeabd7f8d7
tree4e13ed55ce8c9c76b3f997ed8b6f01aa134a93f0
parent9eee450d253650699a6f871695bfed1901679931
network: use IN_LIBLXC

Put a bunch of functions under #if IN_LIBLXC to compile-out
them when network.c is linked with tools/tests code.

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