Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-47
FILE_SETSYNCINFO_
The FILE_SETSYNCINFO_ procedure supersedes the SETSYNCINFO procedure and
is used by the backup process of a process pair after a failure of the primary process.
The FILE_SETSYNCINFO_ procedure passes a process pair’s latest synchronization
block (received in a checkpoint message from the primary process) to the file system.
Unlike the SETSYNCINFO procedure, the FILE_SETSYNCINFO_ procedure can be
used with format 2 files.
FILEERROR
Determines whether an I/O operation that completed with an error should be retried.
error := FILE_SETSYNCINFO_ ( filenum
,infobuf
,infosize );
error, INT:value returned value
filenum, INT:value input
infobuf, INT.EXT:ref:* input
infosize, INT:value input
status := FILEERROR ( filenum );
status, INT returned value
0 = The operation should not be retried.
1 = The operation should be retried.
filenum, INT:value input