Wireshark-commits: [Wireshark-commits] master 80dc3d4: capchild, ifaces: use g_get_monotonic_time

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Jul 2019 06:26:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80dc3d4f5c4d041c982a11b42b04251c888b6610
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

80dc3d4 by Peter Wu (peter@xxxxxxxxxxxxx):

    capchild,ifaces: use g_get_monotonic_time
    
    Simplify timing code by relying on g_get_monotonic_time which has the
    additional benefit that it is unaffected by clock jumps.
    
    Change-Id: Ib61b848eb5e20d68d486a07e3528ccafb03f8814
    Reviewed-on: https://code.wireshark.org/review/33976
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6658f97   file: remove use of g_get_current_time
     add  80dc3d4   capchild,ifaces: use g_get_monotonic_time


Summary of changes:
 capchild/capture_sync.c | 26 ++++++++------------------
 ui/iface_lists.c        | 11 ++++-------
 2 files changed, 12 insertions(+), 25 deletions(-)