]> git.pond.sub.org Git - empserver/commit
(service_stoppped,stop_service,loc_Ctrl_C_Handler,
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 15 Mar 2005 18:19:07 +0000 (18:19 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 15 Mar 2005 18:19:07 +0000 (18:19 +0000)
commit9227a314c5a80b61ef2511f345b542d08586e0c4
tree0d0cfe322996d93cc98509896aaab2d21c8539e7
parentd8938a160584f38cad1e4394e8d77d28eddec371
(service_stoppped,stop_service,loc_Ctrl_C_Handler,
empth_request_shutdown,loc_BlockMainThread,empth_init,
service_ctrl_handler) [_WIN32]: Remove the Windows Build UI and
replace with Ctrl-c signal trap.  The shutdown event that was used for
STOPPING the service is now used for both foreground and background
(service) modes of operation. Also move the shutdown event from service
code to empth_t library.
include/empthread.h
include/prototypes.h
src/lib/empthread/ntthread.c
src/lib/gen/service.c