From: German Service Network Date: Sat, 20 Jul 2024 19:06:40 +0000 (+0200) Subject: Sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4da5e44d9a41cf8a171bca9d3d42f67037943ff;p=fping.git Sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C --- diff --git a/src/seqmap.c b/src/seqmap.c index 62506d0..7675bc1 100644 --- a/src/seqmap.c +++ b/src/seqmap.c @@ -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()