Ring Daemon 16.0.0
|
#include <gittransport.h>
Public Attributes | |
git_smart_subtransport | base |
git_remote * | remote |
std::unique_ptr< P2PStream > | stream |
Definition at line 48 of file gittransport.h.
git_smart_subtransport P2PSubTransport::base |
Definition at line 50 of file gittransport.h.
Referenced by p2p_subtransport_cb().
git_remote* P2PSubTransport::remote |
Definition at line 52 of file gittransport.h.
std::unique_ptr<P2PStream> P2PSubTransport::stream |
Definition at line 51 of file gittransport.h.