chiark / gitweb /
importd: when listing transfers, show progress percentage
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Jan 2015 00:16:31 +0000 (01:16 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Jan 2015 00:17:55 +0000 (01:17 +0100)
commit7079cfeffb6d520f20ddff53fd78467e72e6cc94
tree4762322f62febd444e01def3e6bfb771d2887422
parenta92ccc5ba22ec40fee560a46c478321d1c5df5af
importd: when listing transfers, show progress percentage

With this change the pull protocol implementation processes will pass
progress data to importd which then passes this information on via the
bus. We use sd_notify() as generic transport for this communication,
making importd listen to them, while matching the incoming messages to
the right transfer.
Makefile.am
src/core/manager.c
src/import/import-dkr.c
src/import/import-job.c
src/import/import-job.h
src/import/import-raw.c
src/import/import-tar.c
src/import/importd.c
src/machine/machinectl.c
src/shared/def.h