ADIC Server Server User Manual


 
Data structures 5-23
21 Dec 2001
Data structures
This section provides and overview of the data structures
used in asynchronous ACI data interchange. The shared
memory array consists of several entries of type
aci_async_entry. The exact number should be set in the
aci_async_create call. This consists of three sections:
Common information (pid, aci_func, d_errno, d_text
member variables)
Parameter data (parms structure)
Response data (response structure)
aci_async_entry
Refer to Figure 5-23 on page 5-24 for the common structure,
that a shared memory array contains.