Skip to content

Commit 17d4b92

Browse files
committed
Update windows-service-rs dep
1 parent a631a9d commit 17d4b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pahkat-rpc/src/server/windows/service.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ async fn service_runner() -> Result<()> {
194194
exit_code: ServiceExitCode::Win32(0),
195195
checkpoint: 0,
196196
wait_hint: Duration::default(),
197+
process_id: None,
197198
})?;
198199

199200
log::debug!("i'm running");
@@ -208,6 +209,7 @@ async fn service_runner() -> Result<()> {
208209
exit_code: ServiceExitCode::Win32(0),
209210
checkpoint: 0,
210211
wait_hint: Duration::default(),
212+
process_id: None,
211213
})?;
212214

213215
Ok(())

0 commit comments

Comments
 (0)