Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.c @ 52:f59cfa31a579
fixed up probes just a bit
| author | Me |
|---|---|
| date | Sat, 30 Oct 2010 21:53:55 -0700 |
| parents | 8f7141a9272e |
| children | 42dd44df1bb0 420a09d3f32a |
line diff
1.1 --- a/VMS.c Sat Oct 30 20:55:39 2010 -0700 1.2 +++ b/VMS.c Sat Oct 30 21:53:55 2010 -0700 1.3 @@ -549,8 +549,14 @@ 1.4 * language -- but it's also a semantic thing that's triggered from and used 1.5 * in the application.. so it crosses abstractions.. so, need some special 1.6 * pattern here for handling such requests. 1.7 + * Doing this just like it were a second language sharing VMS-core. 1.8 + * 1.9 * This is called from the language's request handler when it sees a request 1.10 * of type VMSSemReq 1.11 + * 1.12 + * TODO: Later change this, to give probes their own separate plugin & have 1.13 + * VMS-core steer the request to appropriate plugin 1.14 + * Do the same for OS calls -- look later at it.. 1.15 */ 1.16 void inline 1.17 VMS__handle_VMSSemReq( VMSReqst *req, VirtProcr *requestingPr, void *semEnv,
