Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
changeset 27:2c146b6b3890 test_without_inline
fixing problems with linker by including the right file
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 29 Aug 2011 14:17:43 +0200 |
| parents | 9abe1ac89aca |
| children | b37c38418637 e4de34fd220b bcf8ee361684 |
| files | SSR.h SSR_lib.c |
| diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/SSR.h Mon Aug 29 13:42:28 2011 +0200 1.2 +++ b/SSR.h Mon Aug 29 14:17:43 2011 +0200 1.3 @@ -231,6 +231,9 @@ 1.4 VirtProcr * 1.5 SSR__schedule_virt_procr( void *_semEnv, int coreNum ); 1.6 1.7 +VirtProcr* 1.8 +SSR__create_procr_helper( VirtProcrFnPtr fnPtr, void *initData, 1.9 + SSRSemEnv *semEnv, int32 coreToScheduleOnto ); 1.10 1.11 #endif /* _SSR_H */ 1.12
2.1 --- a/SSR_lib.c Mon Aug 29 13:42:28 2011 +0200 2.2 +++ b/SSR_lib.c Mon Aug 29 14:17:43 2011 +0200 2.3 @@ -12,6 +12,7 @@ 2.4 #include "SSR.h" 2.5 #include "VMS/Queue_impl/PrivateQueue.h" 2.6 #include "VMS/Hash_impl/PrivateHash.h" 2.7 +#include "SSR.h" 2.8 2.9 2.10 //==========================================================================
