eldbus: Welcome two new APIs and one connection type
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 23 May 2013 20:08:16 +0000 (17:08 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Tue, 28 May 2013 12:42:29 +0000 (09:42 -0300)
commit4fc274253d5562c4369f384167996468a000e397
treeabb270dd5a2621d0ec869fef4358eb96b555a4ff
parent1ac40b550240a12e98995ac2a335545f8bf310a4
eldbus: Welcome two new APIs and one connection type

eldbus_address_connection_get() and eldbus_private_address_connection_get()
are similar to the respective _connection_get() counterparts, but enables
users to connect to buses other than system or session.

The new type introduced for those connections is ELDBUS_CONNECTION_TYPE_ADDRESS
and they require an additional address parameter, which will be passed to
dbus_connection_open().

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
src/lib/eldbus/eldbus_connection.h
src/lib/eldbus/eldbus_core.c