[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Tue Oct 15 18:32:01 UTC 2019


New commits:
commit 5268c79cb1351968bba66a276800417fe2d3044b
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Oct 8 14:26:44 2019 -0400

    hash-table: change the hash key() method to a more typical hasher() method that returns hash_t
    
    Eliminate need to duplicate the data being hashed as a key, instead
    have the hasher() function feed it piece meal into a primitive (such as
    was done by hostpair).  Abuse 'typedef struct' so that all code is
    strongly encouraged to use hash_t.hash and, hence, a consistently
    sized hash value.



More information about the Swan-commit mailing list