The following commit has been merged in the master branch:
commit 1b5d5afca69b4a5a6c4027d4b5968d4ebdadc89a
Author: Jeffrey Altman <[email protected]>
Date:   Wed Jun 11 20:40:47 2014 -0400

    viced: kill HOST_TO_ZERO macro
    
    Move all struct host fields that are zeroed into a new structure
    host_to_zero which is then included in struct host as 'z'.
    
    Remove the HOST_TO_ZERO macro entirely as its presence can lead
    to the introduction of dangerous errors.
    
    Change-Id: I44afd37413afae4e4357e68cdadf5c28784611c5
    Reviewed-on: http://gerrit.openafs.org/11287
    Reviewed-by: D Brashear <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: D Brashear <[email protected]>

 src/viced/afsfileprocs.c |   86 +++---
 src/viced/callback.c     |  258 +++++++-------
 src/viced/host.c         |  884 +++++++++++++++++++++++-----------------------
 src/viced/host.h         |   60 ++--
 4 files changed, 644 insertions(+), 644 deletions(-)

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

Reply via email to