Skip to content

Commit

Permalink
#1934: Add new fields to serialize methods
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Oct 27, 2022
1 parent a5097ea commit 0104661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/vt/vrt/collection/balance/lb_invoke/lb_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ struct LBManager : runtime::component::Component<LBManager> {
| model_
| lb_instances_
| stats
| created_lbstats_dir_;
| created_lbstats_dir_
| min_hist_lb_data_;
}

void stagePreLBStatistics(const StatisticMapType &statistics);
Expand Down
3 changes: 2 additions & 1 deletion src/vt/vrt/collection/balance/node_lb_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ struct NodeLBData : runtime::component::Component<NodeLBData> {
| next_elm_
| created_dir_
| lb_data_writer_
| lb_data_;
| lb_data_
| min_hist_lb_data_;
}

private:
Expand Down

0 comments on commit 0104661

Please sign in to comment.