Skip to content
  • Daniel P. Berrangé's avatar
    Switch typedParamsUnpackLen to use accessor methods · 472853c5
    Daniel P. Berrangé authored
    
    
    Stop playing games accessing struct fields directly from go and call the
    supported libvirt APIs instead. This makes the code clearer and safer
    from Go.
    
    The string list code still needs direct pointer games, since libvirt
    does not expose any virTypedParamsGetStringList() method, as none of its
    APIs actually require this feature yet. The Go binding still wants this
    impl at least for the test suite in order to validate the packing of
    string lists.
    
    Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
    472853c5