wimlib
|
Specification of an update to perform on a WIM image. More...
#include <wimlib.h>
Data Fields | |
enum wimlib_update_op | op |
union { | |
struct wimlib_add_command add | |
struct wimlib_delete_command delete_ | |
struct wimlib_rename_command rename | |
}; | |
Specification of an update to perform on a WIM image.
enum wimlib_update_op wimlib_update_command::op |
struct wimlib_add_command wimlib_update_command::add |
struct wimlib_delete_command wimlib_update_command::delete_ |
struct wimlib_rename_command wimlib_update_command::rename |
union { ... } wimlib_update_command::@4 |