Code

plugin: Made plugin context a dynamic object.
authorSebastian Harl <sh@tokkee.org>
Wed, 18 Sep 2013 08:40:36 +0000 (10:40 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 18 Sep 2013 08:40:36 +0000 (10:40 +0200)
commit8e1ace048891876962733c3ebec3b5234d9c6c98
tree656231d1f74912f0d5337ce355376ee93f67e95d
parentb088698015415fb88edad1db598c69511b6163d2
plugin: Made plugin context a dynamic object.

A custom type is used for that. The previous context type is used as a public
member of the new internal type. Thus, the external interface does not change.
src/core/plugin.c