git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
48cbaf4
)
wimlib.h: document added behavior of WIMLIB_ADD_FLAG_WIMBOOT
author
Eric Biggers
<ebiggers3@gmail.com>
Wed, 4 Nov 2015 03:32:27 +0000
(21:32 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sat, 7 Nov 2015 21:05:18 +0000
(15:05 -0600)
include/wimlib.h
patch
|
blob
|
history
diff --git
a/include/wimlib.h
b/include/wimlib.h
index f68cb2b89639376ccc0ae8040277b4664f5d04e9..5bed913b3cef00c015a1d7045f32abff404e2a33 100644
(file)
--- a/
include/wimlib.h
+++ b/
include/wimlib.h
@@
-1721,6
+1721,11
@@
typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour
*
* Note: ::WIMLIB_ADD_FLAG_WIMBOOT does something different from, and
* independent from, ::WIMLIB_ADD_FLAG_BOOT.
*
* Note: ::WIMLIB_ADD_FLAG_WIMBOOT does something different from, and
* independent from, ::WIMLIB_ADD_FLAG_BOOT.
+ *
+ * Since wimlib v1.8.3, ::WIMLIB_ADD_FLAG_WIMBOOT also causes offline WIM-backed
+ * files to be added as the "real" files rather than as their reparse points,
+ * provided that their data is already present in the WIM. This feature can be
+ * useful when updating a backing WIM file in an "offline" state.
*/
#define WIMLIB_ADD_FLAG_WIMBOOT 0x00001000
*/
#define WIMLIB_ADD_FLAG_WIMBOOT 0x00001000