DMS are now locked when used by a command. Added checks and changed
cleaning mechanisms.
This commit is contained in:
@ -535,6 +535,21 @@ int obi_column_prepare_to_set_value(OBIDMS_column_p column, index_t line_nb, ind
|
||||
int obi_column_prepare_to_get_value(OBIDMS_column_p column, index_t line_nb);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Goes through all the column files of a DMS and checks for views that have
|
||||
* not been flagged as finished (done by the finish_view() function in the
|
||||
* obiview source file).
|
||||
*
|
||||
* @param dms A pointer on an OBIDMS.
|
||||
*
|
||||
* @returns A boolean indicating whether unfinished views were found.
|
||||
*
|
||||
* @since September 2019
|
||||
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
||||
*/
|
||||
int obi_dms_has_unfinished_columns(OBIDMS_p dms);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Goes through all the column files of a DMS and deletes columns that have
|
||||
* not been flagged as finished (done by the finish_view() function in the
|
||||
|
Reference in New Issue
Block a user