Code

plugin: Manage all context information in the core.
authorSebastian Harl <sh@tokkee.org>
Wed, 25 Sep 2013 08:53:06 +0000 (10:53 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 25 Sep 2013 08:53:06 +0000 (10:53 +0200)
commit336bcee462f82f33c8f9d8612959208b047ea93a
treea6208bf757a9219a5caecbece1da34abf06c78e7
parent8e1ace048891876962733c3ebec3b5234d9c6c98
plugin: Manage all context information in the core.

Store the new dynamic context in callbacks. The daemon may no longer set the
context before loading a plugin. Instead, sdb_plugin_load now accepts a second
parameter specifying the public context attributes.
src/core/plugin.c
src/daemon/config.c
src/include/core/plugin.h