]> git.proxmox.com Git - mirror_lxc.git/commit
use sd_bus_call_method_async to replace the asyncv one
authorChen Qi <Qi.Chen@windriver.com>
Thu, 25 Aug 2022 12:45:53 +0000 (05:45 -0700)
committerChen Qi <Qi.Chen@windriver.com>
Thu, 25 Aug 2022 12:46:07 +0000 (05:46 -0700)
commitb0abedf60b40adf0f2fb3cf9dfee4bc601f7b39f
treed67c661f585d37d601b6efa83220cdc52d4ce491
parent954e8f653a8ded622f73a4cb4c529a4f8b787858
use sd_bus_call_method_async to replace the asyncv one

The sd_bus_call_method_asyncv's 10th parameter is of type
va_list and supplying NULL when invoking it causes compilation
error. Just replace it with the async one.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meson.build
src/lxc/cgroups/cgfsng.c