Refactors getRootIDs

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-02-25 11:23:37 -08:00
parent 3856e27560
commit 817c2089aa
6 changed files with 68 additions and 23 deletions

View file

@ -0,0 +1,5 @@
package runtime
func getRootIDs(s *platformSpec) (int, int, error) {
return 0, 0, nil
}