Skip to content

Use enum field in rist_peer_config

Ghost User requested to merge use-rist-timing-enum into master

rist_peer_config declares the field timing_mode as a uint32_t, despite always being treated as an enum rist_timing_mode.

This MR brings it in line with other enum fields in the struct, and changes its type to enum rist_timing_mode

Merge request reports