]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: pass around pointer, not struct 13760/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 11 Oct 2019 09:43:32 +0000 (11:43 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 11 Oct 2019 11:46:05 +0000 (13:46 +0200)
commit2cea199ec124b965af6ea7a0c426c7f768f2120e
tree350158b3fb027f59af2a9d0278cf8b08eadfebb2
parent27e946a5b3c15fdb79db98d26be25917a07cba04
core: pass around pointer, not struct

Since this is a static function, the compiler is likely to optimize it away
anyway, but let's do the normal thing here.
src/core/cgroup.c