added IMC/IMV support for send_message_long() and reserve_additional_id() functions

This commit is contained in:
Andreas Steffen
2011-12-09 17:11:31 +01:00
parent e4e291d499
commit ac3331e1cd
14 changed files with 332 additions and 31 deletions
@@ -171,8 +171,11 @@ METHOD(imv_manager_t, reserve_id, bool,
{
if (imv->get_id(imv))
{
imv->add_id(imv, this->next_imv_id++);
found = TRUE;
*new_id = this->next_imv_id++;
imv->add_id(imv, *new_id);
DBG2(DBG_TNC, "additional ID %u reserved for IMV with primary ID %u",
*new_id, id);
break;
}
}