commit | 3a347ed70727cdcb447040705b4128304c0244e3 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu Oct 31 02:36:26 2013 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Oct 31 10:05:59 2013 -0700 |
tree | f0406a4d2dd21b8d18b6adb49c1f221e59acca7a | |
parent | 0972ccd97cc8f913ea828a1e03ef3652fc1ff514 [diff] |
remote-curl: pass curl slot_results back through run_slot Some callers may want to know more than just the integer error code we return. Let them optionally pass a slot_results struct to fill in (or NULL if they do not care). In either case we continue to return the integer code. We can also give probe_rpc the same treatment (since it builds directly on run_slot). Signed-off-by: Jeff King <peff@peff.net>