wimlib
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
wimlib_progress_info::wimlib_progress_info_update Struct Reference

Valid on messages WIMLIB_PROGRESS_MSG_UPDATE_BEGIN_COMMAND and WIMLIB_PROGRESS_MSG_UPDATE_END_COMMAND. More...

#include <wimlib.h>

Data Fields

struct wimlib_update_commandcommand
 Pointer to the update command that will be executed or has just been executed.
size_t completed_commands
 Number of update commands that have been completed so far.
size_t total_commands
 Number of update commands that are being executed as part of this call to wimlib_update_image().

Detailed Description

Valid on messages WIMLIB_PROGRESS_MSG_UPDATE_BEGIN_COMMAND and WIMLIB_PROGRESS_MSG_UPDATE_END_COMMAND.

Field Documentation

struct wimlib_update_command* wimlib_progress_info::wimlib_progress_info_update::command

Pointer to the update command that will be executed or has just been executed.

size_t wimlib_progress_info::wimlib_progress_info_update::completed_commands

Number of update commands that have been completed so far.

size_t wimlib_progress_info::wimlib_progress_info_update::total_commands

Number of update commands that are being executed as part of this call to wimlib_update_image().


The documentation for this struct was generated from the following file: