Merge pull request #242 from tomaszrybicki/example-add-metadata-updater

Added metadata updater logic to example
This commit is contained in:
Michał Mielewczyk 2019-08-22 14:49:29 +02:00 committed by GitHub
commit 3812015f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) static void ctx_metadata_updater_kick(ocf_metadata_updater_t mu)
{ {
ocf_metadata_updater_run(mu);
} }
/* /*