[BACK]Return to sender.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/sender.c between version 1.20 and 1.21

version 1.20, 2019/03/23 16:04:28 version 1.21, 2019/04/02 11:05:55
Line 34 
Line 34 
  * A request from the receiver to download updated file data.   * A request from the receiver to download updated file data.
  */   */
 struct  send_dl {  struct  send_dl {
         int32_t              idx; /* index in our file list */          int32_t                  idx; /* index in our file list */
         struct blkset       *blks; /* the sender's block information */          struct blkset           *blks; /* the sender's block information */
         TAILQ_ENTRY(send_dl) entries;          TAILQ_ENTRY(send_dl)     entries;
 };  };
   
 /*  /*

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21