]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/Finisher: add `const` to several fields
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 9 Oct 2024 12:17:54 +0000 (14:17 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 10 Oct 2024 05:31:52 +0000 (07:31 +0200)
commita1e7ef6383ee993143544c661a9f274dfd4261f8
tree9e7bf4f606db0af02b363b6b9015a2b32730cdad
parentcdd9bbd51e591ad094112a2d5b7277d1fe20d348
common/Finisher: add `const` to several fields

These are never changed; `const` prevents accidental changes and
allows further compiler optimizations.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/Finisher.h