SEF: default to endpoint-changing restart
This commit is contained in:
@@ -181,6 +181,15 @@ PUBLIC int sef_cb_init_fail(int UNUSED(type), sef_init_info_t *UNUSED(info))
|
||||
return ENOSYS;
|
||||
}
|
||||
|
||||
/*===========================================================================*
|
||||
* sef_cb_init_reset *
|
||||
*===========================================================================*/
|
||||
PUBLIC int sef_cb_init_reset(int UNUSED(type), sef_init_info_t *UNUSED(info))
|
||||
{
|
||||
/* Tell RS to reincarnate us, with no old resources, and a new endpoint. */
|
||||
return ERESTART;
|
||||
}
|
||||
|
||||
/*===========================================================================*
|
||||
* sef_cb_init_crash *
|
||||
*===========================================================================*/
|
||||
|
||||
Reference in New Issue
Block a user