1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

remove history field of hook structure as this is now obsolete.

use the reference counting to keep copies of older samples
This commit is contained in:
Steffen Vogel 2017-03-14 11:25:17 -03:00
parent f8b75d084c
commit e1f655a37d

View file

@ -27,7 +27,6 @@ static struct plugin p = {
.type = PLUGIN_TYPE_HOOK,
.hook = {
.priority = 99,
.history = 0,
.cb = hook_example,
.type = HOOK_PATH_START
}