Skip to content

Commit

Permalink
#941: Added types to support PhaseType and SubphaseType
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Mailloux committed Sep 29, 2020
1 parent 6fdf5a4 commit 001d596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vt/vrt/collection/balance/node_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ namespace vt { namespace vrt { namespace collection { namespace balance {
*/
struct NodeStats : runtime::component::Component<NodeStats> {
using MigrateFnType = std::function<void(NodeType)>;
using PhaseType = uint64_t;
using SubphaseType = uint16_t;

/**
* \internal \brief System call to construct \c NodeStats
Expand Down

0 comments on commit 001d596

Please sign in to comment.