Wireshark-commits: [Wireshark-commits] master ca736cc: No need for "struct nstime_t", "nstime_t" by

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Jan 2016 07:19:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca736cc7b49650764340bf420f834ddbd92da60b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ca736cc by Guy Harris (guy@xxxxxxxxxxxx):

    No need for "struct nstime_t", "nstime_t" by itself suffices.
    
    (That should also keep people from deciding that they don't want to
    include <wsutil/nstime.h>, but still want to use Wireshark nanosecond
    times, and do so by sticking a private incomplete definition of "struct
    nstime_t" into the code.)
    
    Change-Id: I94e863fe7083ebba254c3a718b85088a89fb6b7d
    Reviewed-on: https://code.wireshark.org/review/13022
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ee1b845   If you want nstime_t, include <wsutil/nstime.h>.
    adds  ca736cc   No need for "struct nstime_t", "nstime_t" by itself suffices.


Summary of changes:
 wsutil/nstime.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)