|
@@ -103,7 +103,7 @@ isc::asiolink::IOService::run() or its variants. These calls are not
|
|
|
interrupted upon signal receipt as is the select() function and while
|
|
|
boost::asio provides a signal mechanism it requires linking in additional
|
|
|
libraries. Therefore, CPL provides its own signal handling mechanism to
|
|
|
-propagate an OS signal such as SIGHUP to an IOSerivce as a ready event with a
|
|
|
+propagate an OS signal such as SIGHUP to an IOService as a ready event with a
|
|
|
callback.
|
|
|
|
|
|
isc::process::DControllerBase uses two mechanisms to carry out signal handling. It
|