Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.c @ 37:d6367cd40e21
Change in a comment from VMSHW to SSR
| author | Me |
|---|---|
| date | Wed, 01 Sep 2010 09:18:40 -0700 |
| parents | 65e5918731b8 |
| children |
comparison
equal
deleted
inserted
replaced
| 14:b3cadd877ad5 | 15:c598ccee9a90 |
|---|---|
| 421 | 421 |
| 422 | 422 |
| 423 //TODO: add a semantic-layer supplied "freer" for the semantic-data portion | 423 //TODO: add a semantic-layer supplied "freer" for the semantic-data portion |
| 424 // of a request -- IE call with both a virt procr and a fn-ptr to request | 424 // of a request -- IE call with both a virt procr and a fn-ptr to request |
| 425 // freer (also maybe put sem request freer as a field in virt procr?) | 425 // freer (also maybe put sem request freer as a field in virt procr?) |
| 426 //VMSHW relies right now on this only freeing VMS layer of request -- the | 426 //SSR relies right now on this only freeing VMS layer of request -- the |
| 427 // semantic portion of request is alloc'd and freed by request handler | 427 // semantic portion of request is alloc'd and freed by request handler |
| 428 void | 428 void |
| 429 VMS__free_request( VMSReqst *req ) | 429 VMS__free_request( VMSReqst *req ) |
| 430 { | 430 { |
| 431 free( req ); | 431 free( req ); |
