kdbus: share fd and pool with libdbuspolicy 79/201479/1 accepted/tizen/unified/20190322.075520 submit/tizen/20190321.094448
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 14 Mar 2019 12:46:10 +0000 (13:46 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 14 Mar 2019 13:30:25 +0000 (14:30 +0100)
commit46635fbaaa9d5c6c4ab5293301e6606e61ed864b
tree2b321be55b30d3edcb5dbaf5950fefc145ec9266
parent668dd86ce65ce4477cb694b4d2ad2612e38fe3c0
kdbus: share fd and pool with libdbuspolicy

This uses new functionality of libdbuspolicy: using client's pool and fd.
This way libdbuspolicy doesn't have to create its own connection,
and what is more important it doesn't have to create its own 1MB pool.
This is at the cost of using client's pool for receiving responses
to ioctl(KDBUS_CMD_GET_CONN_INFO), which are small.

Change-Id: If31a3636be87f04559781f2ba68cb05c1c18d865
gio/gkdbus.c