Aci_async_free(), Return values, Macros – ADIC Server User Manual
Page 188: Aci_mount, Aci_async_free() -16, Return values -16, Macros -16, Aci_mount -16, Figure 5-14, Figure 5-15

5-16
DAS ACI 3.0 Asynchronous Support Layer
601626-B
aci_async_free()
The aci_async_free function clears the async_table entry. See
Figure 5-14.
Figure 5-14
aci_async_free Function Call
Return Values
None
This call only clears the pid field in the appropriate
aci_async_entry structure.
Macros
The aci_async.h header file contains macros that substitute all
the techniques, required to issue an asynchronous ACI call.
However, they require some additional conditions provided
by programmer.
aci_mount
The aci_mount function mounts a volume in a drive. See
Figure 5-15
Figure 5-15
Example of aci_mount Asynchronous ACI Call
Table 5-9
Parameters for the aci_async_free Function
Parameter
Description
async_entry
pointer to an aci_async_entry that should be cleaned
#include "aci_async.h"
void aci_async_free(aci_async_entry* async_entry);
#include "aci_async.h"
ACI_MOUNT(volser, type, drive_name)