Signed-off-by: Anders Selhammer <anders.selham...@est.tech>
---
 sk.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sk.c b/sk.c
index e2b1f28..0fe009a 100644
--- a/sk.c
+++ b/sk.c
@@ -38,8 +38,8 @@
 
 /* globals */
 
-int sk_tx_timeout = 1;
-int sk_check_fupsync;
+int sk_tx_timeout;     /* Initialized by configuration file */
+int sk_check_fupsync;  /* Initialized by configuration file */
 enum hwts_filter_mode sk_hwts_filter_mode = HWTS_FILTER_NORMAL;
 
 /* private methods */
-- 
1.8.3.1



_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to