view ffstools/tiffs-mkfs/globals.h @ 926:6a0aa8d36d06

rvinterf backslash escape: introduce libprint The new helper function library named libprint is meant to replace the badly misnamed libg23, and will soon contain functions for printing all of the same kinds of GPF TST packets that are now handled in libg23. However, we are also moving safe_print_trace() from libasync to this new library, and changing it to emit our new backslash escape format.
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 May 2023 03:47:46 +0000
parents 178ed445021d
children
line wrap: on
line source

/*
 * extern declarations of global variables
 */

extern unsigned ffs_sector_size, ffs_nsectors;
extern unsigned ffs_nsectors;
extern char *format_name;
extern unsigned chunk_size_max, block_files_max, journal_size;
extern int no_journal;
extern u_char *inode_block, *data_block, *chunk_buffer;
extern struct tiffs_inode *inode_array;
extern unsigned inode_fill_level, data_fill_level, objects_in_block;
extern unsigned blocks_written;

extern char *input_host_dir;
extern struct tree_object root;

extern char *output_filename;
extern int output_fd;