wimlib
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
wimlib_update_command Struct Reference

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
}; 

Detailed Description

Specification of an update to perform on a WIM image.

Field Documentation

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 { ... }

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