Changeset 39795
- Timestamp:
- Oct 27, 2016, 11:27:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/Ohana/src/relastro/src/syncfile.c
r36871 r39795 39 39 int loop; 40 40 sscanf (message, "%*s %d", &loop); 41 if (CATCH_UP && (nloop < loop)) return TRUE; // if I am behind this machine, I need to catch up! 41 42 if (loop != nloop) { 42 43 usleep (2000000);
Note:
See TracChangeset
for help on using the changeset viewer.
