pub unsafe extern "C" fn lxc_container_get(
lxc_container: *mut lxc_container,
) -> c_intExpand description
Add a reference to the specified container.
Parameters
c Container.
Returns
true on success, false on error.
version: 1.0.0
pub unsafe extern "C" fn lxc_container_get(
lxc_container: *mut lxc_container,
) -> c_intAdd a reference to the specified container.
Parameters
c Container.
Returns
true on success, false on error.
version: 1.0.0