Skip to content

Commit

Permalink
Sets SEQMAP_TIMEOUT_IN_NSSEQMAP_TIMEOUT_IN_NS as INT64_C
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnw-sebast authored and German-Service-Network committed Jul 20, 2024
1 parent 00d6417 commit b4da5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seqmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b4da5e4

Please sign in to comment.