Fix inconsistent point/marker naming

This commit is contained in:
Myles Busig 2025-02-18 02:32:24 -08:00
parent ed279b3bc6
commit 787a16c853

View File

@ -80,7 +80,7 @@ struct branch_rule_basic_t {
struct branch_rule_marking_t { struct branch_rule_marking_t {
token_id_t m_match; token_id_t m_match;
uint32_t m_point_id; uint32_t m_marker_id;
}; };
} // namespace fractal } // namespace fractal