# HG changeset patch # User Merten Sach # Date 1314620263 -7200 # Node ID 2c146b6b38900f26a1581df4c6179b1b39458978 # Parent 9abe1ac89aca28786e39593b80b12d886fe94fdf fixing problems with linker by including the right file diff -r 9abe1ac89aca -r 2c146b6b3890 SSR.h --- a/SSR.h Mon Aug 29 13:42:28 2011 +0200 +++ b/SSR.h Mon Aug 29 14:17:43 2011 +0200 @@ -231,6 +231,9 @@ VirtProcr * SSR__schedule_virt_procr( void *_semEnv, int coreNum ); +VirtProcr* +SSR__create_procr_helper( VirtProcrFnPtr fnPtr, void *initData, + SSRSemEnv *semEnv, int32 coreToScheduleOnto ); #endif /* _SSR_H */ diff -r 9abe1ac89aca -r 2c146b6b3890 SSR_lib.c --- a/SSR_lib.c Mon Aug 29 13:42:28 2011 +0200 +++ b/SSR_lib.c Mon Aug 29 14:17:43 2011 +0200 @@ -12,6 +12,7 @@ #include "SSR.h" #include "VMS/Queue_impl/PrivateQueue.h" #include "VMS/Hash_impl/PrivateHash.h" +#include "SSR.h" //==========================================================================