• S
    nwfilter: utility function virNWFilterVarValueEqual · ab4139a4
    Stefan Berger 提交于
    To detect if an interface's nwfilter has changed, we need to also
    compare the filterparams, which is a hashtable of virNWFilterVarValue.
    virHashEqual can do this nicely, but requires a pointer to a function
    that will compare two of the items being stored in the hashes.
    ab4139a4
libvirt_private.syms 40.9 KB