session: Use pointer for service_info
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 13 May 2011 13:57:47 +0000 (15:57 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 13 May 2011 13:57:47 +0000 (15:57 +0200)
commit42d833576d8ce5d27167a4f75a5fc46384b2dcd0
treea7fcaee2cc1ff1db98029ace9a1d6d7eb109dd45
parent9f67dd156f0ebd88e31248bdcaf256909f0a87ca
session: Use pointer for service_info

Reduce the size of struct connman_session so that we don't have to
load the whole data structure and increase the likeklihood that the
data structure can stay in cache.
src/session.c