Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/Core/GitSmartSubtransportRegistration.cs')
-rw-r--r--LibGit2Sharp/Core/GitSmartSubtransportRegistration.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/LibGit2Sharp/Core/GitSmartSubtransportRegistration.cs b/LibGit2Sharp/Core/GitSmartSubtransportRegistration.cs
index 724c6c41..e721c1e7 100644
--- a/LibGit2Sharp/Core/GitSmartSubtransportRegistration.cs
+++ b/LibGit2Sharp/Core/GitSmartSubtransportRegistration.cs
@@ -8,9 +8,11 @@ namespace LibGit2Sharp.Core
{
public IntPtr SubtransportCallback;
public uint Rpc;
+ public uint Param;
public delegate int create_callback(
out IntPtr subtransport,
- IntPtr transport);
+ IntPtr owner,
+ IntPtr param);
}
}