perl plugin: Don't do any type conversion in pplugin_dispatch_notification().
authorSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2009 18:20:13 +0000 (19:20 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2009 21:23:05 +0000 (22:23 +0100)
commit4eef10810d007368b82a24921c422ecc5de7bb28
tree60ab5fc33a7a9c42a4a1f3867e9dadff79d81cc8
parent34a35d78bb0ec655f9b8cf6f464fedbe2877470b
perl plugin: Don't do any type conversion in pplugin_dispatch_notification().

The conversion of the hash value to a notification_t object has been moved
into its own separate function.
src/perl.c