Free a struct fail_point_entry */
| 292 | |
| 293 | /* Free a struct fail_point_entry */ |
| 294 | static void |
| 295 | fail_point_entry_destroy(struct fail_point_entry *fp_entry) |
| 296 | { |
| 297 | |
| 298 | fp_free(fp_entry); |
| 299 | } |
| 300 | |
| 301 | /* Get a ref on an fp's fp_setting */ |
| 302 | static inline struct fail_point_setting * |
no outgoing calls
no test coverage detected