libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
Loading...
Searching...
No Matches
meta_writer.h File Reference

Contains declarations for the sqfs_meta_writer_t. More...

#include "sqfs/predef.h"

Go to the source code of this file.

Enumerations

enum  SQFS_META_WRITER_FLAGS { SQFS_META_WRITER_KEEP_IN_MEMORY = 0x01 , SQFS_META_WRITER_ALL_FLAGS = 0x01 }
 Possible flags for sqfs_meta_writer_create. More...
 

Detailed Description

Contains declarations for the sqfs_meta_writer_t.

Definition in file meta_writer.h.

Enumeration Type Documentation

◆ SQFS_META_WRITER_FLAGS

Possible flags for sqfs_meta_writer_create.

Enumerator
SQFS_META_WRITER_KEEP_IN_MEMORY 

If set, keep finished blocks in memory.

To write them to disk, explicitly call sqfs_meta_write_write_to_file.

Definition at line 58 of file meta_writer.h.