We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Format modules follow a simple API. The general rules are that they return 0 on success, and -1 and set trace error on failure.
Documentation about what functions they implement is found in libtrace_int.h.
Some functions are optional and can be set to NULL in the format module, but all format modules should provide at least the following:
Formats that allow reading will also need to provide:
Formats that allow writing will also need to provide:
config_input and config_output are highly recommended as well, but not strictly necessary.
Notes: