diff options
| author | Roy Marples <roy@marples.name> | 2020-02-06 12:50:31 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-02-06 12:50:31 +0000 |
| commit | 3c9cea4b63110de18c1ef880b6180a348d3e769d (patch) | |
| tree | 484b2675f103a8aa6201f93ee0e774518cc85f17 /src/ipv6nd.c | |
| parent | 880e0fccd0614d207116b057b932dd28c4a932dc (diff) | |
| download | dhcpcd-3c9cea4b63110de18c1ef880b6180a348d3e769d.tar.xz | |
eloop: define eloop queue numbers in common.h
Allows for easier maintainance.
Diffstat (limited to 'src/ipv6nd.c')
| -rw-r--r-- | src/ipv6nd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 5a9f8364..9457545e 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -43,7 +43,7 @@ #include <string.h> #include <unistd.h> -#define ELOOP_QUEUE 3 +#define ELOOP_QUEUE ELOOP_IPV6ND #include "common.h" #include "dhcpcd.h" #include "dhcp-common.h" |
