Commit f70855436c6ff4f1f122ea085fdba68dd5770cdf
Merge pull request #3 from primea/type
added idwanderer authored on 8/2/2017, 7:05:31 PM
GitHub committed on 8/2/2017, 7:05:31 PM
Parent: 7100533039e10c1e9e3377038b16ea53560f3f42
Parent: 21aad1371fa7959281ac2fc624f888cb43e6a43b
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. This can be overriden at the time the container is registered with the hypervisor. | ||
44 … | + static get containerTypeId () { | ||
45 … | + throw new Error('Unimplemented container type id') | ||
46 … | + } | ||
41 | 47 … | } |
Built with git-ssb-web