From: Wayne Davison Date: Mon, 2 Feb 2004 05:06:33 +0000 (+0000) Subject: Added CLEAR_STRUCT and FREE_STRUCT defines. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/df0054ab13b7d045093d1e6ae44f369a45edb851 Added CLEAR_STRUCT and FREE_STRUCT defines. --- diff --git a/rsync.h b/rsync.h index a0197188..1937c7c7 100644 --- a/rsync.h +++ b/rsync.h @@ -112,6 +112,9 @@ #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 };