commit | ea343aa44b865d27c4524cd22768d57af6a07f59 | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Oct 23 17:46:17 2015 +0100 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Oct 23 17:46:17 2015 +0100 |
tree | 2730a482f72b1318482fbb9a279edee4a1ea6764 | |
parent | 869ee5d77206fa7c117df2c7ea37957a0902219e [diff] |
Add a database last-modified-time Add a new table which will have one record, simply containing the last-modified-time of the database as a whole. Will be useful for caching in the visualisation layer. Create the table at startup in the main VLANd process if it doesn't exist, and create the record too. Add code to update the record on all other changes to the database. Add code to report it through the daemon.status() API call. Change-Id: I503c4371c04accb2c3f91adecc3e8a8a8614ea90