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

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

Hi,

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            |   4 +
 ell/dbus-watch.c       | 267 ++++++++++++++++++++++++++++++++++
 ell/dbus.c             |  26 ++++
 ell/dbus.h             |  21 +++
 unit/test-dbus-watch.c | 388 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 706 insertions(+)
 create mode 100644 ell/dbus-watch.c
 create mode 100644 unit/test-dbus-watch.c

-- 
1.8.3.1


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

end of thread, other threads:[~2015-02-10 22:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 15:46 [PATCH 0/3] Add DBus disconnect watch support Jukka Rissanen
2015-02-10 15:46 ` [PATCH 1/3] dbus: Add AddMatch and RemoveMatch support Jukka Rissanen
2015-02-10 15:46 ` [PATCH 2/3] dbus: Add disconnect watch support Jukka Rissanen
2015-02-10 22:02   ` Denis Kenzior
2015-02-10 15:46 ` [PATCH 3/3] unit: dbus: Add test for disconnect watch API Jukka Rissanen

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.