Added MSG_CLIENT to the msgcode enum.
authorWayne Davison <wayned@samba.org>
Sun, 10 Dec 2006 14:54:08 +0000 (14:54 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 10 Dec 2006 14:54:08 +0000 (14:54 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 4b07b78..e07ac9f 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -174,7 +174,7 @@ enum logcode { FNONE=0, FERROR=1, FINFO=2, FLOG=3, FCLIENT=4, FSOCKERR=5 };
 enum msgcode {
        MSG_DATA=0,     /* raw data on the multiplexed stream */
        MSG_ERROR=FERROR, MSG_INFO=FINFO, /* remote logging */
-       MSG_LOG=FLOG, MSG_SOCKERR=FSOCKERR, /* sibling logging */
+       MSG_LOG=FLOG, MSG_CLIENT=FCLIENT, MSG_SOCKERR=FSOCKERR, /* sibling logging */
        MSG_REDO=9,     /* reprocess indicated flist index */
        MSG_SUCCESS=100,/* successfully updated indicated flist index */
        MSG_DELETED=101,/* successfully deleted a file on receiving side */