]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Put address list scan state info into connection object.
authorTed Lemon <source@isc.org>
Mon, 1 May 2000 23:44:34 +0000 (23:44 +0000)
committerTed Lemon <source@isc.org>
Mon, 1 May 2000 23:44:34 +0000 (23:44 +0000)
includes/omapip/omapip_p.h

index 24eb73ced4a5f7cb31d219dfe73ef47fd288e48c..5fd64cf4a2ff570309c2fd6597bcf7efd9431db2 100644 (file)
@@ -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;