mirror of
https://github.com/systemd/systemd.git
synced 2025-09-10 22:52:49 +02:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
expression m;
|
|
@@
|
|
- sd_bus_send(NULL, m, NULL)
|
|
+ sd_bus_message_send(m)
|