| 176 | } |
| 177 | |
| 178 | static plugin_state_t * |
| 179 | init_plugin_state_t(plugin_state_t *pstate) |
| 180 | { |
| 181 | pstate->invalidate_list = nullptr; |
| 182 | pstate->config_path = nullptr; |
| 183 | pstate->match_header = nullptr; |
| 184 | pstate->last_load = 0; |
| 185 | pstate->log = nullptr; |
| 186 | pstate->state_path = nullptr; |
| 187 | return pstate; |
| 188 | } |
| 189 | |
| 190 | static void |
| 191 | free_plugin_state_t(plugin_state_t *pstate) |