Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1024)

Unified Diff: dhcpcd.c

Issue 3061018: Send a "ping" message outwards so folks know we started (Closed) Base URL: ssh://gitrw.chromium.org/dhcpcd.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dhcpcd.c
diff --git a/dhcpcd.c b/dhcpcd.c
index 035060810e1575c1391905669a2ac5ce711247d5..1dacc432b1b5cbe04812add62308f20a134ac86b 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1713,6 +1713,8 @@ main(int argc, char **argv)
/* NB: dhcpcd_dbus_init generates a syslog msg */
exit(EXIT_FAILURE);
}
+ dhcpcd_dbus_signal_status("Init");
+
if (ifo->options & DHCPCD_LINK) {
linkfd = open_link_socket();
if (linkfd == -1)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698