Changed plugin_notification_meta_free()'s argument to a notification_meta_t.
authorSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 11:02:09 +0000 (12:02 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 14:22:04 +0000 (15:22 +0100)
commit41503723fc15200eb41ec83b3d9b12b568a917ab
tree233d96ccffc60ac18c1b70a450a244853210fcff
parent0a4ce0ff7d08fccff1fe48d0e837ae1a0bf59220
Changed plugin_notification_meta_free()'s argument to a notification_meta_t.

This is more flexible and allows the function to be used when using the meta
data without an embedding notification object, e.g. when using the filter
chains.
src/exec.c
src/perl.c
src/plugin.c
src/plugin.h
src/utils_threshold.c