Added metadata updater logic to example

Signed-off-by: Tomasz Rybicki <tomasz.rybicki@intel.com>
This commit is contained in:
Tomasz Rybicki 2019-08-21 16:14:37 +02:00
parent 43e8905456
commit a413d4ddae
No known key found for this signature in database
GPG Key ID: 2BE93F55D8428532

View File

@ -174,6 +174,7 @@ static int ctx_metadata_updater_init(ocf_metadata_updater_t mu)
*/
static void ctx_metadata_updater_kick(ocf_metadata_updater_t mu)
{
ocf_metadata_updater_run(mu);
}
/*