session: Factor out user settings in __connman_session_create()
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Wed, 31 Oct 2012 09:33:38 +0000 (10:33 +0100)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 5 Nov 2012 12:50:16 +0000 (14:50 +0200)
commitcd07fd46d60555e345eea0b8c4ddf37100409d55
treed97807152b960562925f98b1a6cb7216d6a61610
parent3a017c151a29cc70904634980ae79a71301202a6
session: Factor out user settings in __connman_session_create()

In order to be able to pass the user configuration provided through from
the D-Bus Manager.SessionCreate() call to the callback we need to store
the configuration into a local data data structure. This data structure
can then be passed into the callback introduced later on.
src/session.c