]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Move DHCP into it's own eloop queue away from the link queue.
authorRoy Marples <roy@marples.name>
Sat, 19 Jul 2014 12:09:43 +0000 (12:09 +0000)
committerRoy Marples <roy@marples.name>
Sat, 19 Jul 2014 12:09:43 +0000 (12:09 +0000)
dhcp.c
dhcp6.c
ipv6nd.c

diff --git a/dhcp.c b/dhcp.c
index ee1a30f88215506188b5b1c64b969c82e7138500..fefb549d740c6b1dc38b078a1e15491ff7a4293e 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -55,6 +55,7 @@
 #include <syslog.h>
 #include <unistd.h>
 
+#define ELOOP_QUEUE 2
 #include "config.h"
 #include "arp.h"
 #include "common.h"
diff --git a/dhcp6.c b/dhcp6.c
index 158dfb9ff03fb03201571c66afbfd7e17d8cb2c4..ea11f4f6ff8e9fc46b6e804f86e889b081cd1f5c 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -45,8 +45,7 @@
 #include <syslog.h>
 #include <unistd.h>
 
-#define ELOOP_QUEUE 3
-
+#define ELOOP_QUEUE 4
 #include "config.h"
 #include "common.h"
 #include "dhcp.h"
index 26878914a43218468904814dbb9b6db9363927ad..4965eb743ee6fa465599d039219fb4a8e582c52b 100644 (file)
--- a/ipv6nd.c
+++ b/ipv6nd.c
@@ -46,7 +46,7 @@
 #include <syslog.h>
 #include <unistd.h>
 
-#define ELOOP_QUEUE 2
+#define ELOOP_QUEUE 3
 #include "common.h"
 #include "dhcpcd.h"
 #include "dhcp6.h"