]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson: adapt to the new alien API 41881/head
authorKefu Chai <kchai@redhat.com>
Wed, 16 Jun 2021 09:11:50 +0000 (17:11 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 16 Jun 2021 09:14:40 +0000 (17:14 +0800)
commite53ea0886fba9073904f59ea85fb73d854565921
treebf8339084001e67da260eed2b4ee498678cd9e9f
parent6f58a2628141e70a5572854ff7989b2ae70c9964
crimson: adapt to the new alien API

since seastar now deprecates the old alien::submit_to() API, and
replaced it with a variant which requires a new parameter of "alien"
instance, let's pick it up, to amortize the cost to catch up with
the seastar master HEAD.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/alienstore/alien_store.cc
src/crimson/os/alienstore/alien_store.h
src/seastar
src/test/crimson/seastar_runner.h
src/test/crimson/test_alien_echo.cc