From: Sebastian Harl Date: Tue, 13 Oct 2015 19:24:17 +0000 (+0200) Subject: Handle last_update/interval in the core rather than in memstore. X-Git-Tag: sysdb-0.8.0~10^2 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=5cf58d25c37585bdc7aef79cfc899fdf5ba02ef2;hp=5cf58d25c37585bdc7aef79cfc899fdf5ba02ef2 Handle last_update/interval in the core rather than in memstore. For this purpose, let the sdb_plugin_store_* functions fetch the latest revision of the object to determine the last update interval and last recorded interval. The memstore now expects both values to be passed in whenever storing/updating an object. ---