Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison dependency.c @ 72:d20b105981b7
make idle VPs optional
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 28 Mar 2012 18:02:38 +0200 |
| parents | bd5ab695145c |
| children | f20b4d9d3086 |
comparison
equal
deleted
inserted
replaced
| 7:b9237316199b | 8:29ee8dcf2895 |
|---|---|
| 55 } | 55 } |
| 56 | 56 |
| 57 void print_unit_to_file(void* _unit){ | 57 void print_unit_to_file(void* _unit){ |
| 58 Unit* unit = (Unit*) _unit; | 58 Unit* unit = (Unit*) _unit; |
| 59 if(!unit) return; | 59 if(!unit) return; |
| 60 fprintf(dependency_file,"unit,%d,%d\n",unit->vp,unit->task); | 60 fprintf(dependency_file,"unit,%d,%d,%p\n",unit->vp,unit->task,unit->ret_ptr); |
| 61 } | 61 } |
| 62 | 62 |
| 63 void print_nton_set_helper(void* _u){ | 63 void print_nton_set_helper(void* _u){ |
| 64 Unit* u = (Unit*) _u; | 64 Unit* u = (Unit*) _u; |
| 65 if(!u) return; | 65 if(!u) return; |
