Tuesday, January 4, 2011

pantheios_be_file_flush()

The newly released Pantheios 1.0.1 beta 208 contains an enhancement to be.file: the addition of a new API function pantheios_be_file_flush().

  int pantheios_be_file_flush(int backEndId);

The function takes a single int argument, backEndId, representing the identifier of the specific be.file back-end instance to be flushed, or PANTHEIOS_BEID_ALL, to apply to all be.file back-end instances.

The function returns 0 on success, or a status code representing failure in one or more be.file back-end instances.

No comments:

Post a Comment