diff SSR.h @ 27:2c146b6b3890

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 a8e41e0bfa61
children 6a367b5d9a2d
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