Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:57:05 +0000 (03:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:57:05 +0000 (03:57 +0800)
Spawn.vala

index 4f1002c..0966ad2 100644 (file)
@@ -76,6 +76,9 @@ struct SpawnConfig {
        async = false;
        exceptions = false;
        debug = false;
+       output = null;
+       stderr = null;
+       input = null;
        
     }
 }