Differences From Artifact [4ce4e74ea7]:
- File filed.c — part of check-in [38ad23a62e] at 2016-02-22 22:35:50 on branch trunk — Post-release version increment (user: rkeene, size: 45419) [annotate] [blame] [check-ins using]
To Artifact [ce75275d14]:
- File filed.c — part of check-in [ca00774c8f] at 2016-02-22 22:57:45 on branch trunk — Updated to cast thread ID to an appropriately sized integer type before casting it to (unsigned long long) for logging, prevents a GCC error when pthread_t is a pointer of a different (smaller) size than unsigned long long (user: rkeene, size: 45432) [annotate] [blame] [check-ins using]
︙ | |||
486 487 488 489 490 491 492 | 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 | - + | (unsigned long long) curr->file_length, (unsigned long long) curr->sent_length ); break; } fprintf(fp, " THREAD=%llu TIME=%llu\n", |
︙ |