]> git.gsnw.org Git - fping.git/commitdiff
Sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C
authorGerman Service Network <support@gsnw.de>
Sat, 20 Jul 2024 19:06:40 +0000 (21:06 +0200)
committerGerman-Service-Network <30377384+gsnw@users.noreply.github.com>
Sat, 20 Jul 2024 22:20:00 +0000 (00:20 +0200)
src/seqmap.c

index 62506d016dc7f85c0e7b4204bc0a6c568c5f1ee5..7675bc15e11cf2efe694fd4a1d04d7ea3930c450 100644 (file)
@@ -57,7 +57,7 @@
 static SEQMAP_VALUE* seqmap_map = NULL;
 static unsigned int seqmap_next_id = 0;
 
-#define SEQMAP_TIMEOUT_IN_NS 10000000000
+#define SEQMAP_TIMEOUT_IN_NS INT64_C(10000000000)
 #define SEQMAP_UNASSIGNED_HOST_NR UINT_MAX
 
 void seqmap_init()