reactos/base/services/dhcpcsvc/dhcp
Eric Kohl 033b6639e4 [DHCPCSVC] Make the DHCP client service stoppable
- Make all threads (pipe thread, adapter discovery thread and dispatcher thread) wait on the stop event.
- Close shared resources in the main (dispatcher) thread after the pipe thread and the adapter discovery thread have shut down.

This enables us to stop and restart the DHCP client properly.

CORE-14390
2021-08-08 14:10:25 +02:00
..
adapter.c [DHCPCSVC] Make the DHCP client service stoppable 2021-08-08 14:10:25 +02:00
alloc.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
api.c [DHCPCSVC] Make the DHCP client service stoppable 2021-08-08 14:10:25 +02:00
compat.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
dhclient.c [DHCPCSVC] Make the DHCP client service stoppable 2021-08-08 14:10:25 +02:00
dispatch.c [DHCPCSVC] Make the DHCP client service stoppable 2021-08-08 14:10:25 +02:00
hash.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
options.c [DHCPCSVC] Eliminate unused code and associated parameters 2019-04-07 18:32:28 +02:00
pipe.c [DHCPCSVC] Make the DHCP client service stoppable 2021-08-08 14:10:25 +02:00
socket.c [REACTOS] Fix SIZE_T related warnings 2019-08-15 14:20:00 +02:00
tables.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
tree.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
util.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00