]> git.alsa-project.org Git - alsa-utils.git/commit
axfer: maintain lifetime of file descriptor outside of container module
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 11 Mar 2021 05:21:37 +0000 (14:21 +0900)
committerJaroslav Kysela <perex@perex.cz>
Thu, 11 Mar 2021 08:28:12 +0000 (09:28 +0100)
commit6b0f1b20ae07a94efeb0d3763363b8a4f39e9078
treea81291ee7e4c52c9868fe7a4d981af983bed6138
parent5cb67b5ab6e6bc28a14a383950d8c614b86b45b8
axfer: maintain lifetime of file descriptor outside of container module

This commit closes file descriptor outside of container module so
that maintenance of lifetime for the descriptor is delegated to container
user.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
axfer/container.c
axfer/container.h
axfer/subcmd-transfer.c
axfer/test/container-test.c
axfer/test/mapper-test.c