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 | 8df4aa4ec2e8dfc7de92f66b029f9a61d6920adf (patch) | |
| tree | 484b2675f103a8aa6201f93ee0e774518cc85f17 /src/dhcpcd.c | |
| parent | 2bf668dceed3fbea9f596afc4f90d829497401b3 (diff) | |
| download | dhcpcd-8df4aa4ec2e8dfc7de92f66b029f9a61d6920adf.tar.xz | |
eloop: define eloop queue numbers in common.h
Allows for easier maintainance.
Diffstat (limited to 'src/dhcpcd.c')
| -rw-r--r-- | src/dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c index a82af288..3da52982 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -400,7 +400,7 @@ stop_interface(struct interface *ifp) script_runreason(ifp, "STOPPED"); /* Delete all timeouts for the interfaces */ - eloop_q_timeout_delete(ctx->eloop, 0, NULL, ifp); + eloop_q_timeout_delete(ctx->eloop, ELOOP_QUEUE_ALL, NULL, ifp); /* De-activate the interface */ ifp->active = IF_INACTIVE; |
