session: Insert service_entry into service_list
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Thu, 11 Aug 2011 14:56:18 +0000 (16:56 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Thu, 11 Aug 2011 15:40:52 +0000 (17:40 +0200)
commitf6a83bfa70bd6a6f4f442462caabf8ac017ac34f
tree9c3f98fda5b917ff3009ff68ae7a4880f43a2068
parent7199d741c0f5de2cdf85af1f0e34ee6e6b0ca4bd
session: Insert service_entry into service_list

When an element is removed from the list, the element will be passed
to destroy_service_entry() which expects only elements of type struct
service_entry.
src/session.c