chiark / gitweb /
shared: move unit-specific code from bus-util.h to bus-unit-util.h
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Apr 2016 15:43:13 +0000 (17:43 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:58 +0000 (10:12 +0200)
commit888475ce4027042053b890f10f346946c9d6cf7b
tree24c0ce7c72666c00c35f53b1a37aa92e83081901
parent09afb73b0829acd3fd965eb55f85c5614b45b023
shared: move unit-specific code from bus-util.h to bus-unit-util.h

Previously we'd have generally useful sd-bus utilities in bust-util.h,
intermixed with code that is specifically for writing clients for PID 1,
wrapping job and unit handling. Let's split the latter out and move it into
bus-unit-util.c, to make the sources a bit short and easier to grok.
src/shared/bus-unit-util.c