comparison main.c @ 7:eecb8b6c092d

ML_dev -- Works
author Sean Halle <seanhalle@yahoo.com>
date Mon, 04 Mar 2013 00:32:02 -0800
parents 1c9122bfd1c8
children
comparison
equal deleted inserted replaced
1:9b85b803d6e2 2:609701450de7
49 PR__wait_for_process_to_end( testProcess1 ); 49 PR__wait_for_process_to_end( testProcess1 );
50 printf("results: %d, %d\n", result[0], result[1] ); 50 printf("results: %d, %d\n", result[0], result[1] );
51 51
52 PR__free(result); 52 PR__free(result);
53 53
54 //PR__wait_for_all_activity_to_end(); //equivalent of detecting shutdown 54 PR__wait_for_all_activity_to_end(); //equivalent of detecting shutdown
55 PR__shutdown(); 55 PR__shutdown();
56 56
57 exit(0); //cleans up 57 exit(0); //cleans up
58 } 58 }