aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libggnet_traceroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglouglou/libggnet_traceroute.h')
-rw-r--r--libglouglou/libggnet_traceroute.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libglouglou/libggnet_traceroute.h b/libglouglou/libggnet_traceroute.h
index dbbb9ec..1d28299 100644
--- a/libglouglou/libggnet_traceroute.h
+++ b/libglouglou/libggnet_traceroute.h
@@ -55,7 +55,8 @@ struct ggnet_traceroute_req {
struct ggnet_traceroute_hop *target;
struct addr srcip;
struct ggnet_traceroute_req_params *params;
- int hopcount;
+ int hopcount_total;
+ int hopcount_answering;
TAILQ_HEAD(tailhead, ggnet_traceroute_hop) hops_list;
struct {
struct event *ev_recv;