From 2f00d32a15a9944af5eb45a53257918bb10332e4 Mon Sep 17 00:00:00 2001 From: Manuel Pitz Date: Fri, 22 Sep 2023 18:37:34 +0200 Subject: [PATCH] node-smu: fix timestamp Signed-off-by: Manuel Pitz --- include/villas/nodes/smu.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/villas/nodes/smu.hpp b/include/villas/nodes/smu.hpp index 6b6e792c0..5da6afcb3 100644 --- a/include/villas/nodes/smu.hpp +++ b/include/villas/nodes/smu.hpp @@ -209,7 +209,7 @@ private: static inline pthread_cond_t cv; static inline timespec64_t sync_signal_mem_pos = {0}; static inline timespec sample_time ={0}; - static inline int sec_cnt = 0; + static inline int smp_cnt = 0; protected: virtual