]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/Session: Move `Backoff` constructor to `Session.cc`
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 22 Jan 2026 06:33:54 +0000 (01:33 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 27 Jan 2026 16:57:40 +0000 (11:57 -0500)
commit179d4cbca6d3c90f761f163ef36dcd4c5425665a
tree8ecf139140178fed32232cef330a7144fadcc4a3
parentd412d52bbd49f067ab87a3eae797485f129a0e11
osd/Session: Move `Backoff` constructor to `Session.cc`

Clang 21 is more strict about what phase things have to be available
in. We move the constructor out of the header so the `intrusive_ptr`
free functions are available.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/osd/Session.cc
src/osd/Session.h