struct PK_DEBUG_report_start_o_s { int o_t_version; --- options structure version number PK_LOGICAL_t transmit_parts; --- whether to transmit parts --- ( PK_LOGICAL_true ) PK_LOGICAL_t output_as_journal; --- whether to output the report --- embedded into a journal file --- ( PK_LOGICAL_false ) }; typedef struct PK_DEBUG_report_start_o_s PK_DEBUG_report_start_o_t; This structure provides options for the output of debug report information. Description of fields: 'transmit_parts' If PK_LOGICAL_true, then any necessary parts will be saved to the report file, otherwise no parts will be saved. 'output_as_journal' If PK_LOGICAL_true, then the debug report information will be embedded into a new journal file, otherwise it will be output as a new debug report file.