Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
diff dependency.h @ 49:70d24e2343bb
add loopgraph recording (\! changed scheduler fn prototype \!)
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 04 Jan 2012 16:39:35 +0100 |
| parents | 593fe0543a22 |
| children | 6b723b55b9a0 |
line diff
1.1 --- a/dependency.h Wed Dec 21 16:53:22 2011 +0100 1.2 +++ b/dependency.h Wed Jan 04 16:39:35 2012 +0100 1.3 @@ -42,6 +42,10 @@ 1.4 1.5 void print_comm_dependency_to_file(void* _dep); 1.6 1.7 +void print_dyn_dependency_to_file(void* _dep); 1.8 + 1.9 +void print_hw_dependency_to_file(void* _dep); 1.10 + 1.11 void print_dependency_to_file(void* dep); 1.12 1.13 void print_unit_to_file(void* unit);
