Skip to content

Commit aa4fed1

Browse files
author
Ludea
committed
right type
1 parent 25d238d commit aa4fed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/fspy_shared/src/ipc/channel

crates/fspy_shared/src/ipc/channel/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl ChannelConf {
8181
let shm = conf.open().map_err(io::Error::other)?;
8282

8383
// SAFETY: shm valide + lock garantit exclusivité
84-
unsafe { ShmWriter::new(shm) }
84+
WriterHandle::Shmem(unsafe { ShmWriter::new(shm) })
8585
};
8686

8787
Ok(Sender { writer, lock_file, lock_file_path: self.lock_file_path.clone() })

0 commit comments

Comments
 (0)