! \brief * Empty the dset array */
| 191 | * Empty the dset array |
| 192 | */ |
| 193 | void clear_dset(void) |
| 194 | { |
| 195 | struct dset_ctx *dsct = get_dset_ctx(); |
| 196 | |
| 197 | if (dsct) { |
| 198 | _empty_branches( dsct ); |
| 199 | dsct->nr_branches = 0; |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | |
| 204 | /* copies and fills in a branch_wrap with the values from a msg_branch |