diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-15 13:34:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-15 13:34:07 +0200 |
commit | ae94bb1a7003c42c43356705d10d841446b6ca28 (patch) | |
tree | 7f6e10d3dc5dd9c60fb924f8900fbebf1ec55473 /doc/examples/daemon-depedencies/await-ready.c | |
parent | doc: bus-chmod: octals (diff) | |
download | bus-ae94bb1a7003c42c43356705d10d841446b6ca28.tar.gz bus-ae94bb1a7003c42c43356705d10d841446b6ca28.tar.bz2 bus-ae94bb1a7003c42c43356705d10d841446b6ca28.tar.xz |
update examples
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples/daemon-depedencies/await-ready.c')
-rw-r--r-- | doc/examples/daemon-depedencies/await-ready.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/daemon-depedencies/await-ready.c b/doc/examples/daemon-depedencies/await-ready.c index 5dfd9a7..a787cea 100644 --- a/doc/examples/daemon-depedencies/await-ready.c +++ b/doc/examples/daemon-depedencies/await-ready.c @@ -25,7 +25,7 @@ static void announce_wait(pid_t pid) for (i = 1; i < argc; i++) { if (!started[i]) { sprintf(arg, "%ji awaiting-ready %s", (intmax_t)pid, argv[i]); - t(bus_write(&bus, arg)); + t(bus_write(&bus, arg, 0)); } } t(bus_close(&bus)); |