X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bfd3137246794e3eee55ae8e19968d50006050da..8b58407586f65dd710823f39420368447f4ddeb1:/rsync.h diff --git a/rsync.h b/rsync.h index 4b07b78e..e07ac9f8 100644 --- 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 */