init: Introduce Service type

A future commit will use it to define services in toml format.
This commit is contained in:
bjorn3
2026-02-19 22:18:29 +01:00
parent c9d691fa29
commit 4e772728ad
4 changed files with 115 additions and 78 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ impl SchemeSync for ZeroScheme {
fn openat(
&mut self,
dirfd: usize,
path: &str,
_path: &str,
_flags: usize,
_fcntl_flags: u32,
_ctx: &CallerCtx,