The ndx arg passed to increment_active_files() is now the unique,
[rsync/rsync.git] / compat.c
index 52bba80..ef9292f 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) Andrew Tridgell 1996
  * Copyright (C) Paul Mackerras 1996
- * Copyright (C) 2004, 2005, 2006 Wayne Davison
+ * Copyright (C) 2004, 2005, 2006, 2007 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 
 int remote_protocol = 0;
 int file_extra_cnt = 0; /* count of file-list extras that everyone gets */
-int incremental = 0;
+int inc_recurse = 0;
 
 extern int verbose;
 extern int am_server;
@@ -147,7 +147,7 @@ void setup_protocol(int f_out,int f_in)
        } else if (protocol_version >= 30) {
                if (recurse && !preserve_hard_links && !delete_before
                 && !delete_after && !delay_updates && !prune_empty_dirs)
-                       incremental = 1;
+                       inc_recurse = 1;
                need_messages_from_generator = 1;
        }