(&mut self, id: usize)
| 457 | } |
| 458 | |
| 459 | fn end_conflict(&mut self, id: usize) -> Result<(), std::io::Error> { |
| 460 | self.write_marker(markers::END, id as u32, None) |
| 461 | } |
| 462 | |
| 463 | fn end_zombie_conflict(&mut self, id: usize) -> Result<(), std::io::Error> { |
| 464 | self.write_marker(markers::END, id as u32, None) |