• J
    util: Remove NONNULL's for virNetDevVPortProfile[Associate|Disassociate] · 5482db81
    John Ferlan 提交于
    The source code will check for NULL arguments for 'macvtap_macaddr' and
    'vmuuid', so no need for the NONNULL in the prototypes. Following the stack
    for both arguments to virNetDevVPortProfileOpSetLink also shows called
    functions would handle a NULL value.
    
    Additionally, modified the prototype to use the same 'macvtap_macaddr'
    name as the source code for consistency.
    5482db81
virnetdevvportprofile.h 4.4 KB