The following commit has been merged in the master branch:
commit 727e951d8c49a98d2c37378c863cd050b8d768eb
Author: Jeffrey Altman <[email protected]>
Date:   Mon Nov 4 00:12:07 2013 -0500

    Windows; GetSystemTimeAsFileTime
    
    As per Raymond Chen's "The Old New Thing" blog
    
      http://blogs.msdn.com/b/oldnewthing/archive/2013/11/01/10462403.aspx
    
    Calling GetSystemTime() followed by SystemTimeToFileTime() performs
    two format translations which can be avoided by using
    GetSystemTimeAsFileTime() directly.
    
    Change-Id: I3d3de0e045777c9dfdb1c1f4503bfdfe19fb7b73
    Reviewed-on: http://gerrit.openafs.org/10430
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/client_osi/osisleep.c |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to