wrote more code for process handling and return handling

This commit is contained in:
hyunghwan.chung
2016-02-15 18:07:20 +00:00
parent df226a4790
commit 9edf849d2a
5 changed files with 162 additions and 53 deletions

View File

@ -457,6 +457,7 @@ int main (int argc, char* argv[])
int trait = 0;
/*trait |= STIX_NOGC;*/
trait |= STIX_AWAIT_PROCS;
stix_setoption (stix, STIX_TRAIT, &trait);
}