Refactor the get_schema call to make more sense.

This commit is contained in:
Mike Auty
2016-07-29 02:56:20 +01:00
parent 4f17143fd3
commit bb2dd859d5
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class Intel(interfaces.layers.TranslationLayerInterface):
return [self._base_layer]
@classmethod
def get_schema(cls):
def get_requirements(cls):
return [volatility.framework.configuration.requirements.TranslationLayerRequirement(name = 'memory_layer',
constraints = {
"type": "physical"},