Skip to content

Commit a178b2a

Browse files
author
Ludea
committed
fix variable name
1 parent 9ca884e commit a178b2a

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
@@ -38,7 +38,7 @@ pub fn channel(capacity: usize) -> io::Result<(ChannelConf, Receiver)> {
3838
let conf = ChannelConf {
3939
lock_file_path: lock_file_path.as_os_str().into(),
4040

41-
os_id: shm.os_id.clone().into(),
41+
shm_id: shm.os_id.clone().into(),
4242
shm_size: capacity,
4343
};
4444

0 commit comments

Comments
 (0)