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

Diff for /src/usr.bin/rsync/extern.h between version 1.33 and 1.34

version 1.33, 2020/05/17 19:54:41 version 1.34, 2020/11/24 16:54:44
Line 42 
Line 42 
 #define CSUM_LENGTH_PHASE2 (16)  #define CSUM_LENGTH_PHASE2 (16)
   
 /*  /*
  * Use this for debugging deadlocks.   * Use this for --timeout.
  * All poll events will use it and catch time-outs.   * All poll events will use it and catch time-outs.
  */   */
 #define POLL_TIMEOUT    (INFTIM)  extern int poll_timeout;
   
 /*  /*
  * Operating mode for a client or a server.   * Operating mode for a client or a server.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34