]> git.proxmox.com Git - libgit2.git/commit
transport: provide a getter for the proxy options
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 17 Apr 2017 11:03:03 +0000 (13:03 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 17 Apr 2017 11:03:03 +0000 (13:03 +0200)
commit5c7609604634d84d137dcec2ce3be1d23ae8c791
treeac0334aa3b63698353fe4ef53a1bfb18339d5a77
parentf9d3b0d05f19a59e3327deabc2edc93e507c6aa3
transport: provide a getter for the proxy options

As with the callbacks, third-party implementations of smart subtransports cannot
reach into the opaque struct and thus cannot know what options the user set.

Add a getter for these options to copy the proxy options into something external
implementors can use.
include/git2/sys/transport.h
src/transports/smart.c