From 0a34ddfdfe781e06b828f4df06ea276d5db0f5ef Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 1 May 2000 23:44:34 +0000 Subject: [PATCH] Put address list scan state info into connection object. --- includes/omapip/omapip_p.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h index 24eb73ced..5fd64cf4a 100644 --- a/includes/omapip/omapip_p.h +++ b/includes/omapip/omapip_p.h @@ -152,6 +152,9 @@ typedef struct __omapi_connection_object { omapi_connection_state_t state; struct sockaddr_in remote_addr; struct sockaddr_in local_addr; + omapi_addr_list_t *connect_list; /* List of addresses to which + to connect. */ + int cptr; /* Current element we are connecting to. */ u_int32_t bytes_needed; /* Bytes of input needed before wakeup. */ u_int32_t in_bytes; /* Bytes of input already buffered. */ omapi_buffer_t *inbufs; -- 2.47.3