aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/strategies/probe_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/strategies/probe_generator.h')
-rw-r--r--hicn-light/src/hicn/strategies/probe_generator.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/strategies/probe_generator.h b/hicn-light/src/hicn/strategies/probe_generator.h
index 7a9f3a58a..065d824a1 100644
--- a/hicn-light/src/hicn/strategies/probe_generator.h
+++ b/hicn-light/src/hicn/strategies/probe_generator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Cisco and/or its affiliates.
+ * Copyright (c) 2021-2022 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
@@ -20,6 +20,9 @@
#include <hicn/core/ticks.h>
#include <hicn/core/msgbuf.h>
+#define MIN_PROBE_SUFFIX 0xefffffff
+#define MAX_PROBE_SUFFIX 0xffffffff - 1
+
KHASH_MAP_INIT_INT64(bp_map, Ticks);
struct forwarder_s;