diff options
| author | Roy Marples <roy@marples.name> | 2009-01-12 16:39:01 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-01-12 16:39:01 +0000 |
| commit | e467f4b21724ad4c3c9f7a3ee9af91c4385a8a88 (patch) | |
| tree | 8337a6a5ba3d2bb2a4db5f23a2831fe32de2b0e4 /dhcpcd.h | |
| parent | e0c05611c032b8a1e75a11aa8bdbfecf34acf785 (diff) | |
| download | dhcpcd-e467f4b21724ad4c3c9f7a3ee9af91c4385a8a88.tar.xz | |
Remove the limit for the number of connections to the control socket.
Send the dhcpcd-run-hooks enviornment to listeners on the control socket.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,6 +33,7 @@ #include <limits.h> +#include "control.h" #include "dhcp.h" #include "if-options.h" @@ -113,7 +114,7 @@ extern int ifdc; extern char **ifdv; extern struct interface *ifaces; -int handle_args(int, int, char **); +int handle_args(struct fd_list *, int, char **); void handle_exit_timeout(void *); void start_interface(void *); void start_discover(void *); |
