]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus_util: add support to map double (#3479)
authorSusant Sahani <ssahani@users.noreply.github.com>
Thu, 9 Jun 2016 15:41:35 +0000 (21:11 +0530)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Jun 2016 15:41:35 +0000 (17:41 +0200)
commit52e045f9b8c3228db8ef2d8b53e099c654056fcc
tree58e16df19e1795cba30a1cf892138b46750c75df
parenta3071999b83f53b37b24140baf64ef771b9f3e26
bus_util: add support to map double (#3479)

Now we don't support parsing double at map_basic.
when trying to  use bus_message_map_all_properties with a double
this fails. Let's add it.
src/shared/bus-util.c