session: Add callbacks for config creation and distruction
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Wed, 19 Sep 2012 14:04:51 +0000 (16:04 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Thu, 27 Sep 2012 08:28:28 +0000 (10:28 +0200)
commit580921d2458dd24174d4cd4392e572112d24501f
tree6d69fe4fa91f8b4a0fcd2d7997119634749d0c92
parent3d5cacf9cbf52fb704e2a180c283499f9ff54adf
session: Add callbacks for config creation and distruction

Whenever a new session is created, the core will ask the plugin
the create the config. This config can then be used by the core
to enforce the user settings.

The owner ship of this config stays in the plugin. Therefore, the plugin
will destroy is later.
include/session.h