]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added CLEAR_STRUCT and FREE_STRUCT defines.
authorWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 05:06:33 +0000 (05:06 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 05:06:33 +0000 (05:06 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index a0197188a7399d08e00d0b945819f3625900a338..1937c7c768aa1d4be996455f99b4826441caabc0 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define FULL_FLUSH     1
 #define NORMAL_FLUSH   0
 
+#define CLEAR_STRUCT   0
+#define FREE_STRUCT    1
+
 /* Log-message categories.  FLOG is only used on the daemon side to
  * output messages to the log file. */
 enum logcode { FERROR=1, FINFO=2, FLOG=3 };