From: Ted Lemon Date: Mon, 1 May 2000 23:44:34 +0000 (+0000) Subject: Put address list scan state info into connection object. X-Git-Tag: V3-BETA-2-PATCH-1~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a34ddfdfe781e06b828f4df06ea276d5db0f5ef;p=thirdparty%2Fdhcp.git Put address list scan state info into connection object. --- 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;