Remove outdated comment in QEMU_Launcher (#2975)
This commit is contained in:
parent
f3887697ba
commit
bdcc0c56e4
@ -88,7 +88,6 @@ pub type ClientMgr<M> = MonitorTypedEventManager<
|
|||||||
#[derive(TypedBuilder)]
|
#[derive(TypedBuilder)]
|
||||||
pub struct Instance<'a, M: Monitor> {
|
pub struct Instance<'a, M: Monitor> {
|
||||||
options: &'a FuzzerOptions,
|
options: &'a FuzzerOptions,
|
||||||
/// The harness. We create it before forking, then `take()` it inside the client.
|
|
||||||
mgr: ClientMgr<M>,
|
mgr: ClientMgr<M>,
|
||||||
client_description: ClientDescription,
|
client_description: ClientDescription,
|
||||||
#[builder(default)]
|
#[builder(default)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user