21 Feb
2005
21 Feb
'05
4:32 p.m.
On Fri, 18 Feb 2005, Peter Troeger wrote:
Finally I have a problem that may arise from my lack of C knowledge. Section 5.1.1 defines that the drmaa_*_s struct definitions shall not be available in the DRMAA header file. If I am the developer of a DRMAA application and use drmaa.h and libdrmaa.so only, how can my compiler get to know the structure definitions ? Should I use another header file, which contains the structure definitions ?
That technique is used in C language world to prevent anyone from directly accessing drmaa_*_s structs ;-) Regards, Andreas