[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
2816.0. "Doc Pb : mcc_dns_get_identifiers arguments" by TAEC::WEBER () Wed Apr 22 1992 05:45
I do not know if the following has already been QARed (if yes, sorry)
but I noticed a documentation error in the SRM.
In the doc, it is specified that mcc_dns_get_identifiers requires
entity_spec and handle be passed "by reference".
In the code, call was successfull when these two parameters were
passed "by value".
status = mcc_dns_get_identifiers( in_entity,
handle,
&im_a_out_entity,
&read_dsc,
&dns_status);
Florence
T.R | Title | User | Personal Name | Date | Lines |
---|
2816.1 | The arguments are incorrectly documented in V1.1 SRM | TRM::KWAK | | Wed Apr 22 1992 10:35 | 17 |
|
RE: .0
You are right.
The 'entity_spec' documentation error had been QARed (QAR 426 -
submitted on 1/31/91), and the change is under ECO process.
I'll also ask for SRM change on the 'handle' parameter.
William
PS: The "entity_spec" argument in mcc_dns_*() routines should be
passed as value:
mechanism: by value
|