Move responsibility for closing DCB on error to router error handling. Check that routers remove or disable links to closed DCB.
This commit is contained in:
@ -55,6 +55,7 @@
|
||||
* fixes for various error situations,
|
||||
* remove dcb_set_state etc, simplifications.
|
||||
* 10/07/2015 Martin Brampton Simplify, merge dcb_read and dcb_read_n
|
||||
* 04/09/2015 Martin Brampton Changes to ensure DCB always has session pointer
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
@ -74,8 +74,7 @@ int max_poll_sleep;
|
||||
* thread utilisation and fairer scheduling of the event
|
||||
* processing.
|
||||
* 07/07/15 Martin Brampton Simplified add and remove DCB, improve error handling.
|
||||
* 23/08/15 Martin Brampton Provisionally added test so only DCB with a
|
||||
* session link can be added to the poll list
|
||||
* 23/08/15 Martin Brampton Added test so only DCB with a session link can be added to the poll list
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user