diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-01-31 21:26:26 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-01-31 21:26:26 +0300 |
| commit | a5749a5d8d38b0db2ce5548473f8a61b674578a6 (patch) | |
| tree | fe9227f4b40345a2730ce9373c740787e7ca5506 /init/src/host/set.rs | |
| parent | b81a55bea1525b2fcf84591eb902926fb1d0cece (diff) | |
Started writing service-utils and adding docstrings
Diffstat (limited to 'init/src/host/set.rs')
| -rw-r--r-- | init/src/host/set.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/src/host/set.rs b/init/src/host/set.rs index 9550b29..b161930 100644 --- a/init/src/host/set.rs +++ b/init/src/host/set.rs @@ -1,3 +1,5 @@ +// This file named `set.rs` because possibly here will be other functions, not only hn + use crate::log::log_warning; use libc::{c_char, sethostname, size_t}; use std::{ffi::CString, fs, io}; |
