Sync computers
This commit is contained in:
9
crates/shared/src/fs.rs
Normal file
9
crates/shared/src/fs.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub struct File {
|
||||
fd: u64,
|
||||
}
|
||||
|
||||
impl File {
|
||||
pub unsafe fn new(fd: u64) -> Self {
|
||||
Self { fd }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user