]> git.ipfire.org Git - people/stevee/pakfire.git/commit
libpakfire: Implement nested activation
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Feb 2021 19:30:22 +0000 (19:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Feb 2021 19:30:22 +0000 (19:30 +0000)
commitc068cdd05c60622284deefa19f29c0b0337373cb
tree4d42a164d919a6ebdb4177920eb7c576587d7676
parent6ef698ea9d1b425a3cc341ed18bb75d87a1a3653
libpakfire: Implement nested activation

To avoid that we mount and umount the entire environment over and over
again we mount it once for the transaction and keep a reference counter
to remember when to umount again.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/pakfire.c
src/libpakfire/transaction.c