session: Add sessions config update function
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 2 Nov 2012 16:26:14 +0000 (17:26 +0100)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 23 Nov 2012 12:47:24 +0000 (13:47 +0100)
commit562e35614eeb4fb6fde9347c34203e61315846a8
tree1d592ad1884044a0f116e8f2bd708cdda51557a1
parent861a04bab6b19cb275c137f1cdfe559879a79565
session: Add sessions config update function

Give a policy plugin a way to inform the session core that
some of the config values have changed.

This could be done in a more clever way, e.g. figure out only
to update the necessary info entries but we keep it for now
as simple and assume everthing has changed.
include/session.h
src/session.c