Skip to content
Snippets Groups Projects
  1. Dec 13, 2012
  2. Nov 14, 2012
  3. Jan 05, 2012
  4. Dec 21, 2011
  5. Nov 21, 2011
  6. Nov 08, 2011
  7. Nov 07, 2011
  8. Nov 01, 2011
    • Michael Hanselmann's avatar
      rpc: Improve argument definitions · cd40dc53
      Michael Hanselmann authored
      
      Instead of in-place code now each argument has an (optional) kind
      assigned. The RPC client will then take care of encoding each argument
      according to its definition. A new base (_RpcClientBase) is added to
      take care of encoding and dispatching calls.
      
      Future patches will also use these definitions in the node daemon.
      
      A nice side-effect of this change is the ability to use stand-alone
      functions, as opposed to class member methods, for most of the encoding.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      cd40dc53
  9. Oct 26, 2011
Loading