You need to sign in or sign up before continuing.
  • E
    sysinfo: implement the remote protocol · 5c8deddd
    Eric Blake 提交于
    Done by editing the first three files, then running
    'make -C src rpcgen', then editing src/remote_protocol-structs
    to match.
    
    * daemon/remote.c (remoteDispatchGetSysinfo): New function.
    * src/remote/remote_driver.c (remoteGetSysinfo, remote_driver):
    Client side serialization.
    * src/remote/remote_protocol.x (remote_get_sysinfo_args)
    (remote_get_sysinfo_ret): New types.
    (REMOTE_PROC_GET_SYSINFO): New enum value.
    * daemon/remote_dispatch_args.h: Regenerate.
    * daemon/remote_dispatch_prototypes.h: Likewise.
    * daemon/remote_dispatch_ret.h: Likewise.
    * daemon/remote_dispatch_table.h: Likewise.
    * src/remote/remote_protocol.c: Likewise.
    * src/remote/remote_protocol.h: Likewise.
    * src/remote_protocol-structs: Likewise.
    5c8deddd
remote.c 233.2 KB