]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit-serialize.c
core: rename socket-bind.[ch] → bpf-socket-bind.[ch]
authorLennart Poettering <lennart@poettering.net>
Tue, 8 Jun 2021 14:30:45 +0000 (16:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 8 Jun 2021 20:02:32 +0000 (22:02 +0200)
commitcd09a5f3c116261fc8d2aaee9c02a192af33b327
treeda715beb889d57012f644024fe2976560b1f686e
parent0b051424949f87d3980b8cfb3c0880bd4cf88d60
core: rename socket-bind.[ch] → bpf-socket-bind.[ch]

The other BPF infra has a file name prefix of "bpf-" hence do so here
too.
src/core/bpf-socket-bind.c [moved from src/core/socket-bind.c with 95% similarity]
src/core/bpf-socket-bind.h [new file with mode: 0644]
src/core/cgroup.c
src/core/load-fragment.c
src/core/meson.build
src/core/socket-bind.h [deleted file]
src/core/unit-serialize.c
src/core/unit.c
src/test/test-socket-bind.c