]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: Parse the tags list sooner, and use it for multiple function 15660/head
authorBenjamin Robin <dev@benjarobin.fr>
Sun, 10 May 2020 16:46:45 +0000 (18:46 +0200)
committerBenjamin Robin <dev@benjarobin.fr>
Wed, 13 May 2020 20:44:12 +0000 (22:44 +0200)
commit5151b4ccd2387f144383dbcc9c07a374f719ccb6
tree0c140dec234f17041d1a1c50012b0fbad1790a66
parentfcee2755ec1fa3f02fb722ace068b0801c0aea1f
core: Parse the tags list sooner, and use it for multiple function

 - Parse the tags list using strv_split_newlines() which remove any
   unnecessary empty string at the end of the strv.
 - Use this parsed list for manager_process_barrier_fd() and every call
   to manager_invoke_notify_message().
 - This also allow to simplify the manager_process_barrier_fd() function.
src/core/manager.c