next up previous
Next: LIP_DATAMAP_FREE Up: Data Mapping Previous: LIP_DATAMAP_OOC_TTABLE_ATTACH

LIP_DATAMAP_OOC_TTABLE_GET_FILES

LIP_DATAMAP_OOC_TTABLE_GET_FILES(datamap, procs_fname, local_adr_fname)

INOUT datamap data map (handle)
OUT procs_fname pointer to a string that will store the name of
    the procs part of translation table (pointer)
OUT local_addr_fname pointer to a string that will store the name of
    the local_addr part of translation table (pointer)


C syntax:

int LIP_Datamap_ooc_ttable_get_files( LIP_Datamap datamap, char* procs_fname, char* local_adr_fname)


LIP_DATAMAP_OOC_TTABLE_GET_FILES returns the names of procs and local_adr files from the datamap structure.