All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add DBus disconnect watch support
@ 2015-02-12 11:48 Jukka Rissanen
  2015-02-12 11:48 ` [PATCH v2 1/3] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Jukka Rissanen @ 2015-02-12 11:48 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

Hi,

v2:
- moved the code to dbus.c
- reworked the logic in the caller of the watcher so no need to
  remove l_dbus_register() and l_dbus_unregister()

this set allows user to monitor the disconnect status
of a service.

Cheers,
Jukka


Jukka Rissanen (3):
  dbus: Add AddMatch and RemoveMatch support
  dbus: Add disconnect watch support
  unit: dbus: Add test for disconnect watch API

 Makefile.am            |   3 +
 ell/dbus.c             | 253 ++++++++++++++++++++++++++++++++
 ell/dbus.h             |  19 +++
 unit/test-dbus-watch.c | 388 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 663 insertions(+)
 create mode 100644 unit/test-dbus-watch.c

-- 
2.1.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-02-16 15:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 11:48 [PATCH v2 0/3] Add DBus disconnect watch support Jukka Rissanen
2015-02-12 11:48 ` [PATCH v2 1/3] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
2015-02-13  3:00   ` Denis Kenzior
2015-02-12 11:48 ` [PATCH v2 2/3] dbus: Add disconnect watch support Jukka Rissanen
2015-02-13  3:25   ` Denis Kenzior
2015-02-13  8:26     ` Jukka Rissanen
2015-02-13 14:01       ` Denis Kenzior
2015-02-13 14:23         ` Jukka Rissanen
2015-02-13 15:05           ` Denis Kenzior
2015-02-16 10:22             ` Jukka Rissanen
2015-02-12 11:48 ` [PATCH v2 3/3] unit: dbus: Add test for disconnect watch API Jukka Rissanen
2015-02-13  3:36   ` Denis Kenzior
2015-02-13  8:40     ` Jukka Rissanen
2015-02-13 14:10       ` Denis Kenzior
2015-02-13 14:29         ` Jukka Rissanen
2015-02-13 15:09           ` Denis Kenzior
2015-02-16 10:53             ` Jukka Rissanen
2015-02-16 15:58               ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.