1
0
Fork 0
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:
Steffen Vogel 2021-09-13 11:41:13 +02:00
parent 1c32b60e0a
commit 159347800b

View file

@ -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;