Signed-off-by: John Howard <jhoward@microsoft.com>
@@ -2,6 +2,10 @@
package lxc
+// InitArgs contains args provided to the init function for a driver
+type InitArgs struct {
+}
+
func finalizeNamespace(args *InitArgs) error {
panic("Not supported on this platform")
}