SEF: default to endpoint-changing restart

This commit is contained in:
David van Moolenbroek
2011-12-05 10:51:58 +01:00
parent ba19c83fd6
commit 2f622b3a51
2 changed files with 11 additions and 1 deletions

View File

@@ -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 *
*===========================================================================*/