aboutsummaryrefslogtreecommitdiffstats
path: root/generated/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'generated/globals.h')
-rw-r--r--generated/globals.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/generated/globals.h b/generated/globals.h
index d3d76150..188d2b67 100644
--- a/generated/globals.h
+++ b/generated/globals.h
@@ -805,14 +805,21 @@ struct syslogd_data {
struct tar_data {
char *f, *C;
struct arg_list *T, *X;
- char *to_command, *owner, *group;
+ char *to_command, *owner, *group, *mtime;
struct arg_list *exclude;
struct double_list *incl, *excl, *seen;
struct string_list *dirs;
- void *inodes;
char *cwd;
- int fd, ouid, ggid;
+ int fd, ouid, ggid, hlc, warn;
+ time_t mtt;
+
+ // hardlinks seen so far (hlc many)
+ struct {
+ char *arg;
+ ino_t ino;
+ dev_t dev;
+ } *hlx;
// Parsed information about a tar header.
struct {