Rename systemd_stop_unit_sync() to systemd_stop_unit_wait_stopped() 70/202170/1 accepted/tizen/unified/20190326.024556 submit/tizen/20190325.102033
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 25 Mar 2019 10:15:45 +0000 (19:15 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 25 Mar 2019 10:15:45 +0000 (19:15 +0900)
Change-Id: I5c8e321c84e7a54073d8830e7c810e1dae7e5210
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/libgdbus/dbus-systemd.h

index 121bbf1..b10e4af 100644 (file)
@@ -26,8 +26,8 @@
 extern "C" {
 #endif
 
-int systemd_start_unit_sync(const char *name, const char *suffix, int timeout_msec);
-int systemd_stop_unit_sync(const char *name, const char *suffix, int timeout_msec);
+int systemd_start_unit_wait_started(const char *name, const char *suffix, int timeout_msec);
+int systemd_stop_unit_wait_stopped(const char *name, const char *suffix, int timeout_msec);
 
 int systemd_start_unit_async(const char *name, const char *suffix);
 int systemd_stop_unit_async(const char *name, const char *suffix);