ntp: allow changing address of core instance

This commit is contained in:
Miroslav Lichvar
2014-10-31 16:38:39 +01:00
parent 40f8591257
commit 29c1df4610
4 changed files with 35 additions and 0 deletions

View File

@@ -1311,3 +1311,10 @@ SRC_Samples(SRC_Instance inst)
}
/* ================================================== */
SRC_SelectOption SRC_GetSelectOption(SRC_Instance inst)
{
return inst->sel_option;
}
/* ================================================== */