Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VSs_impls > VSs__MC_shared_impl
diff VSs.h @ 28:91caa8a9d591
Back to compile process, fixing compile errors
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 05 Feb 2013 20:24:25 -0800 |
| parents | 3b30da4643d1 |
| children | dd1efbf29ff9 |
line diff
1.1 --- a/VSs.h Sat Jan 12 11:31:51 2013 -0800 1.2 +++ b/VSs.h Tue Feb 05 20:24:25 2013 -0800 1.3 @@ -366,13 +366,8 @@ 1.4 SlaveVP *creatingSlv, int32 coreToAssignOnto); 1.5 1.6 //===================== ===================== 1.7 -inline 1.8 -void * 1.9 -handleSubmitTask( VSsLangReq *langReq, VSsLangEnv *langEnv ); 1.10 -inline 1.11 -void 1.12 -handleEndTask( VSsLangReq *langReq, SlaveVP *requestingSlv, VSsLangEnv *langEnv ); 1.13 1.14 +#include "VSs_Request_Handlers.h" 1.15 1.16 //===================== Measurement of Lang Overheads ===================== 1.17 #include "Measurement/VSs_Measurement.h"
