[][src]Function lxc_sys2::lxc_container_put

pub unsafe extern "C" fn lxc_container_put(
    lxc_container: *mut lxc_container
) -> c_int

Drop a reference to the specified container.


Parameters

c Container.


Returns

0 on success, 1 if reference was successfully dropped and container has been freed, and -1 on error.


warning: If 1 is returned, c is no longer valid.


version: 1.0.0