]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Move interface_info struct to dhcpd.h
authorTed Lemon <source@isc.org>
Mon, 13 May 1996 00:03:48 +0000 (00:03 +0000)
committerTed Lemon <source@isc.org>
Mon, 13 May 1996 00:03:48 +0000 (00:03 +0000)
includes/inet.h
inet.h

index ca87c4fb21593c29834ac76b42ce6f74c733718d..758573e9ea5e21cc563dc603e30e22817d2d21c0 100644 (file)
@@ -45,14 +45,3 @@ struct iaddr {
        int len;
        unsigned char iabuf [16];
 };
-
-/* Information about each network interface. */
-
-struct interface_info {
-       struct interface_info *next;    /* Next interface in list... */
-       struct subnet *local_subnet;    /* This interface's subnet. */
-       struct iaddr address;           /* Its IP address. */
-       int rfdesc;                     /* Its read file descriptor. */
-       int wfdesc;                     /* Its write file descriptor, if
-                                          different. */
-};
diff --git a/inet.h b/inet.h
index ca87c4fb21593c29834ac76b42ce6f74c733718d..758573e9ea5e21cc563dc603e30e22817d2d21c0 100644 (file)
--- a/inet.h
+++ b/inet.h
@@ -45,14 +45,3 @@ struct iaddr {
        int len;
        unsigned char iabuf [16];
 };
-
-/* Information about each network interface. */
-
-struct interface_info {
-       struct interface_info *next;    /* Next interface in list... */
-       struct subnet *local_subnet;    /* This interface's subnet. */
-       struct iaddr address;           /* Its IP address. */
-       int rfdesc;                     /* Its read file descriptor. */
-       int wfdesc;                     /* Its write file descriptor, if
-                                          different. */
-};