Wireshark-commits: [Wireshark-commits] master 3b23561: Don't use struct timeval if we only care abo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Feb 2015 03:50:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3b235615bf741dbe2fff5938a708cd9ab6865384
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3b23561 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use struct timeval if we only care about seconds.
    
    time_t suffices in that case.
    
    Change-Id: Ica7a79fb6f8c7cc7fb6decd5fcd391dccfdb3fc6
    Reviewed-on: https://code.wireshark.org/review/7440
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  30d878f   openSAFETY: Add support for openSAFETY 1.5
    adds  3b23561   Don't use struct timeval if we only care about seconds.


Summary of changes:
 wiretap/peekclassic.c |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)