• L
    network: implement RPC calls for virNetworkUpdate · 7a99b0ab
    Laine Stump 提交于
    This is very short, because almost everything is autogenerated. All
    that's needed are:
    
    * src/remote/remote_driver.c: add pointer to autogenerated
        remoteNetworkUpdate to the function table for the remote
        network driver.
    
    * src/remote/remote_protocol.x: add the "args" struct and add one more
        item to the remote_procedure enum for this function.
    
    * src/remote_protocol-struct: update to match remote_protocol.x
    7a99b0ab
remote_protocol-structs 80.7 KB