Searched refs:sockets_to_drop (Results 1 – 1 of 1) sorted by relevance
722 let mut sockets_to_drop = Vec::new(); in run_config() localVariable819 Err(Error::PluginSocketHup) => sockets_to_drop.push(index), in run_config()825 sockets_to_drop.push(index); in run_config()849 !sockets_to_drop.is_empty() || plugin.sockets().len() != plugin_socket_count; in run_config()853 plugin.drop_sockets(&mut sockets_to_drop); in run_config()854 sockets_to_drop.clear(); in run_config()