From: Wayne Davison Date: Thu, 22 Apr 2004 09:58:24 +0000 (+0000) Subject: Added "debug_type" to the exclude_list_struct. X-Git-Tag: v2.6.1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac1d2d338450eb005abf03002f5784097caf7e19;p=thirdparty%2Frsync.git Added "debug_type" to the exclude_list_struct. --- diff --git a/rsync.h b/rsync.h index 6f235c84..fc99cedf 100644 --- a/rsync.h +++ b/rsync.h @@ -502,6 +502,7 @@ struct exclude_struct { struct exclude_list_struct { struct exclude_struct *head; struct exclude_struct *tail; + char *debug_type; }; struct stats {