const hobject_t& end)
{
logger().debug("{}: target.osd={}", __func__, target.osd);
- auto msg = make_message<MOSDPGScan>(
+ auto msg = crimson::net::make_message<MOSDPGScan>(
MOSDPGScan::OP_SCAN_GET_DIGEST,
pg->get_pg_whoami(),
pg->get_osdmap_epoch(),
if (const pg_info_t& pinfo = pg->get_peering_state().get_peer_info(bt);
new_last_backfill > pinfo.last_backfill) {
pg->get_peering_state().update_peer_last_backfill(bt, new_last_backfill);
- auto m = make_message<MOSDPGBackfill>(
+ auto m = crimson::net::make_message<MOSDPGBackfill>(
pinfo.last_backfill.is_max() ? MOSDPGBackfill::OP_BACKFILL_FINISH
: MOSDPGBackfill::OP_BACKFILL_PROGRESS,
pg->get_osdmap_epoch(),