Searched refs:sockets_to_drop (Results 1 – 1 of 1) sorted by relevance
634 let mut sockets_to_drop = Vec::new(); in run_config() localVariable731 Err(Error::PluginSocketHup) => sockets_to_drop.push(index), in run_config()737 sockets_to_drop.push(index); in run_config()761 !sockets_to_drop.is_empty() || plugin.sockets().len() != plugin_socket_count; in run_config()765 plugin.drop_sockets(&mut sockets_to_drop); in run_config()766 sockets_to_drop.clear(); in run_config()