summaryrefslogtreecommitdiffstats
path: root/src/core/cgroup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-02-19 16:37:27 +0100
committerLennart Poettering <lennart@poettering.net>2024-02-19 19:18:21 +0100
commit33b9337130cf2b1b867656eac85e7fe378ac0c13 (patch)
tree1b1520c34d615f639c5cd0d5b19dceeb2dab6a80 /src/core/cgroup.h
parentMerge pull request #31357 from keszybz/cleanups-vmspawn (diff)
downloadsystemd-33b9337130cf2b1b867656eac85e7fe378ac0c13.tar.xz
systemd-33b9337130cf2b1b867656eac85e7fe378ac0c13.zip
cgroup: typo fix initial_restric_ifaces_link_fds → initial_restrict_ifaces_link_fds
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r--src/core/cgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 54fb96981e..ad34f77958 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -358,7 +358,7 @@ typedef struct CGroupRuntime {
struct bpf_link *ipv6_socket_bind_link;
#endif
- FDSet *initial_restric_ifaces_link_fds;
+ FDSet *initial_restrict_ifaces_link_fds;
#if BPF_FRAMEWORK
struct bpf_link *restrict_ifaces_ingress_bpf_link;
struct bpf_link *restrict_ifaces_egress_bpf_link;