mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
pmu_dft: fix name of hook
This commit is contained in:
parent
1c32b60e0a
commit
159347800b
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ public:
|
|||
};
|
||||
|
||||
/* Register hook */
|
||||
static char n[] = "dft";
|
||||
static char n[] = "pmu_dft";
|
||||
static char d[] = "This hook calculates the dft on a window";
|
||||
static HookPlugin<PmuDftHook, n, d, (int) Hook::Flags::NODE_READ | (int) Hook::Flags::NODE_WRITE | (int) Hook::Flags::PATH> p;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue