瀏覽代碼

(delay_directory_restore_option): New global.

Sergey Poznyakoff 19 年之前
父節點
當前提交
d2dd096f1d
共有 1 個文件被更改,包括 9 次插入3 次删除
  1. 9 3
      src/common.h

+ 9 - 3
src/common.h

@@ -325,9 +325,15 @@ GLOBAL bool unquote_option;
 
 GLOBAL bool test_label_option; /* Test archive volume label and exit */
 
-GLOBAL bool show_stored_names_option; /* When creating archive in verbose mode,
-					 list member names as stored in the
-					 archive */
+/* When creating archive in verbose mode, list member names as stored in the
+   archive */
+GLOBAL bool show_stored_names_option; 
+
+/* Delay setting modification times and permissions of extracted directories
+   until the end of extraction. This variable helps correctly restore directory
+   timestamps from archives with an unusual member order. It is automatically
+   set for incremental archives. */
+GLOBAL bool delay_directory_restore_option; 
 
 
 /* Declarations for each module.  */