mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-22 02:07:47 +00:00
* Implement requests "create snapshot" and "discard snapshot" in tresor lib. * Adapt tresor tester in order to test the new feature. * Remove temporary code from tresor tester that skipped such requests with the hint that they were not supported yet. * Add mandatory "id" attribute to <request op="create_snapshot"/> and <request op="discard_snapshot"/> tag. A "discard snapshot" command always refers to the snapshot created by the "create snapshot" command with the same "id" value. * Clean-up command pool a bit. Fix #4971
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.