New command -data_cache_size
This commit is contained in:
@ -818,6 +818,11 @@ int Xorriso_option_cut_out(struct XorrisO *xorriso, char *disk_path,
|
||||
*/
|
||||
int Xorriso_option_dev(struct XorrisO *xorriso, char *adr, int flag);
|
||||
|
||||
/* Command -data_cache_size */
|
||||
/* @since 1.2.2 */
|
||||
int Xorriso_option_data_cache_size(struct XorrisO *xorriso, char *num_tiles,
|
||||
char *tile_blocks, int flag);
|
||||
|
||||
/* Command -devices */
|
||||
/* @param flag bit0= perform -device_links rather than -devices
|
||||
@return <=0 error , 1 success, 2 revoked by -reassure
|
||||
|
Reference in New Issue
Block a user