Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/object/srv_internal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2025 Hewlett Packard Enterprise Development LP
* (C) Copyright 2025-2026 Hewlett Packard Enterprise Development LP
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand All @@ -26,7 +26,7 @@

extern struct dss_module_key obj_module_key;

struct migr_res_manager;
struct migr_resource;

/* Per pool attached to the migrate tls(per xstream) */
struct migrate_pool_tls {
Expand Down Expand Up @@ -80,7 +80,7 @@ struct migrate_pool_tls {
/* The current in-flight data size */
uint64_t mpt_inflight_size;

struct migr_res_manager *mpt_rmg;
struct migr_resource *mpt_data_res;

/* reference count for the structure */
uint64_t mpt_refcount;
Expand Down
Loading
Loading