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:
parent
f8b75d084c
commit
e1f655a37d
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ static struct plugin p = {
|
||||||
.type = PLUGIN_TYPE_HOOK,
|
.type = PLUGIN_TYPE_HOOK,
|
||||||
.hook = {
|
.hook = {
|
||||||
.priority = 99,
|
.priority = 99,
|
||||||
.history = 0,
|
|
||||||
.cb = hook_example,
|
.cb = hook_example,
|
||||||
.type = HOOK_PATH_START
|
.type = HOOK_PATH_START
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue