Skip to content

Commit 8b1e16e

Browse files
committed
Update windows.rs
1 parent d0f3c1c commit 8b1e16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers/process/windows.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fn start_wmi_process_monitoring(
9797
}
9898

9999
fn monitor_process_creation(
100-
wmi_con: &WMIConnection,
100+
wmi_con: &wmi::WMIConnection,
101101
sender: Sender<EventMessage>,
102102
handler_id: HandlerId,
103103
is_running: Arc<Mutex<bool>>,
@@ -149,7 +149,7 @@ fn monitor_process_creation(
149149
}
150150

151151
fn monitor_process_termination(
152-
wmi_con: &WMIConnection,
152+
wmi_con: &wmi::WMIConnection,
153153
sender: Sender<EventMessage>,
154154
handler_id: HandlerId,
155155
is_running: Arc<Mutex<bool>>,

0 commit comments

Comments
 (0)