]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/transaction: assign unique ids to transactions and encode them in log
authorMike Yuan <me@yhndnzj.com>
Sat, 4 Oct 2025 22:39:50 +0000 (00:39 +0200)
committerMike Yuan <me@yhndnzj.com>
Wed, 12 Nov 2025 22:47:38 +0000 (23:47 +0100)
commit0d9e79d5caf541ab991fc6bd5f4063e876358ede
treed0ec5cb1fe80d5cd3ddb702c236c5b63e45313d2
parent7ca94ff4b1f97d6c490eb4f522f8e4b8517b5612
core/transaction: assign unique ids to transactions and encode them in log

Preparation for later commits, but I think this one makes
a ton of sense on its own. When debug logging is enabled
it's otherwise difficult to dig up the portion of journal
for transaction construction.
src/core/manager-serialize.c
src/core/manager.c
src/core/manager.h
src/core/transaction.c
src/core/transaction.h