core: expose number of file descriptors in fd store on the bus
authorLennart Poettering <lennart@poettering.net>
Mon, 2 Nov 2015 22:09:06 +0000 (23:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Nov 2015 22:44:05 +0000 (23:44 +0100)
commitd8e023aa07029b672fba425e100330ef6343e22d
tree533392fceb206ed4ffd5d937916d4be9f8f595f3
parent934ae16baf543af03f3f521277d14524ca772d17
core: expose number of file descriptors in fd store on the bus

For each service expose how many file descriptors there are currently in
the fd store.

(Also, fix the exporting of the fdstore limit, given that the field is
just an "unsigned" but we exported it as "uint32_t". Not that there way
any effective difference, but let's make this clean...)
src/core/dbus-service.c