Commit 2875154fe9697e1d56b4f5899a99fc8ed4803a4b
added id
wanderer committed on 7/29/2017, 6:21:04 PMParent: 7100533039e10c1e9e3377038b16ea53560f3f42
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -37,5 +37,11 @@ | |||
37 | 37 … | // requested it has to be deserialised from storage and spinned up. This can be | |
38 | 38 … | // a time consuming operation. | |
39 | 39 … | this.kernel.shutdown() | |
40 | 40 … | } | |
41 … | + | ||
42 … | + // each container type used in a hypervisor instance must have a different | ||
43 … | + // id defined as an interger | ||
44 … | + static get id () { | ||
45 … | + throw new Error('Unimplemented id') | ||
46 … | + } | ||
41 | 47 … | } |
Built with git-ssb-web