From 58de96cfbee9e9522a0f920201ee5b98c26225e6 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 18 Jan 2013 00:33:02 +0000 Subject: [PATCH] Remove unused pingtune and tcpqueryinfo structs. --- targets.h | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/targets.h b/targets.h index d9b823eaa..aed11893d 100644 --- a/targets.h +++ b/targets.h @@ -122,31 +122,6 @@ class HostGroupState; /**************************STRUCTURES******************************/ -struct pingtune { - int up_this_block; - int down_this_block; - int block_tries; - int block_unaccounted; - int max_tries; - int num_responses; - int dropthistry; - double group_size; - int min_group_size; /* The group size must never go below this value */ - int group_start; - int group_end; - u16 seq_offset; // For distinguishing between received packets from this - // execution vs. concurrent nmaps -}; - -struct tcpqueryinfo { - int *sockets[MAX_PROBE_PORTS]; - int maxsd; - fd_set fds_r; - fd_set fds_w; - fd_set fds_x; - int sockets_out; -}; - struct pingtech { unsigned int rawicmpscan: 1, connecttcpscan: 1,