| 948 | } |
| 949 | |
| 950 | void hdr_iter_recorded_init(struct hdr_iter* iter, const struct hdr_histogram* h) |
| 951 | { |
| 952 | hdr_iter_init(iter, h); |
| 953 | |
| 954 | iter->specifics.recorded.count_added_in_this_iteration_step = 0; |
| 955 | |
| 956 | iter->_next_fp = recorded_iter_next; |
| 957 | } |
| 958 | |
| 959 | /* ## #### ## ## ######## ### ######## */ |
| 960 | /* ## ## ### ## ## ## ## ## ## */ |
no test coverage detected