| 1307 | } |
| 1308 | |
| 1309 | static mi_response_t *mi_reload_2(const mi_params_t *params, |
| 1310 | struct mi_handler *async_hdl) |
| 1311 | { |
| 1312 | str key; |
| 1313 | |
| 1314 | if (get_mi_string_param(params, "key", &key.s, &key.len) < 0) |
| 1315 | return init_mi_param_error(); |
| 1316 | |
| 1317 | return mi_reload(params, &key); |
| 1318 | } |
| 1319 | |
| 1320 | static int init_rld_vers_key(cache_entry_t *c_entry, db_handlers_t *db_hdls) |
| 1321 | { |
nothing calls this directly
no test coverage detected